1 qq臨時會話**
需要加好友
tencent://message/?uin=12345&websitename=q-zone.qq.com&menu=yes
強制會話
2 win7上arp繫結ip mac
在win7上直接用arp -s命令繫結閘道器的ip及mac,提示無許可權操作,即使用管理員身份也不可以。
可以通過如下方法嘗試,先在cmd視窗中輸入
netsh i i show in會看到乙個列表,找到本地連線對應的標識,如11
再用命令arp -s繫結
netsh -c "i i" add neighbors 11 "閘道器ip" "mac位址"
不常用的css樣式
當你定義的 css中有 position 屬性值為 absolute relative 或fixed,用 z index 此取值方可生效。此屬性引數值越大,則被層疊在最上面 normal 預設。背景顏色為透明。input 的屬性autocomplete 預設為on html5 中的屬性 其含義代表是...
MySQL 函式,不常用的
select abs 9 返回絕對值 select ceiling 2.2 向上取整 select floor 2.2 向上取整 select rand 返回0 1隨機數 select sign x 返回乙個數的正負,正返回1,負返回 1 select char length 反恐精英之生死決奪 返...
不常用資料sql庫命令操作
新增表字段 alter table table add field int null default 0 comment 修改表字段資訊 alter table table modify column field bigint 15 default null comment 修改資料庫表字段編碼 a...