摘要:
当前窗口载入新的dom文档前发生
阅读全文
posted @ 2017-03-06 16:15
xuelei被占用了
阅读(552)
推荐(0)
posted @ 2017-02-24 16:08
xuelei被占用了
阅读(840)
推荐(0)
摘要:
using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Threading.Tasks; using Fleck; using System.Threading; using System.IO; using System.Net.WebSockets; ...
阅读全文
posted @ 2017-02-24 15:04
xuelei被占用了
阅读(5043)
推荐(0)
posted @ 2017-02-23 16:45
xuelei被占用了
阅读(8030)
推荐(0)
摘要:
//ReceiveHandle数据接收函数 //发送udp数据包 //更新接收的消息到winform
阅读全文
posted @ 2017-02-23 14:35
xuelei被占用了
阅读(2596)
推荐(0)
摘要:
document.referrer 该属性可以获取到文档的载入地址 需要注意必须是通过改变localtion的href属性或a标签跳转才能获取到 否者将获取到空字符串
阅读全文
posted @ 2017-02-17 13:52
xuelei被占用了
阅读(1358)
推荐(0)
摘要:
event.returnvalue false代表不接收事件返回值
阅读全文
posted @ 2017-02-15 10:52
xuelei被占用了
阅读(1237)
推荐(0)
摘要:
本质上是监控ctrl+s 然后触发相应事件 onkeydown支持的元素 附上键盘码值 可在代码中的任何地方用下列常数代替实际值:常数 值 描述 vbKeyLButton 0x1 鼠标左键 vbKeyRButton 0x2 鼠标右键 vbKeyCancel 0x3 CANCEL 键 vbKeyMBu
阅读全文
posted @ 2017-02-15 10:26
xuelei被占用了
阅读(2148)
推荐(0)
摘要:
public void AddDesk(x_s_desk x_s_desk) 绑定的到 public void AddDesk(x_s_desk desk) 绑定不到 目前不知道原因 且仅有部分模型需要这样做
阅读全文
posted @ 2017-02-13 13:09
xuelei被占用了
阅读(166)
推荐(0)
摘要:
1.查看views下的web.config文件是否存在 2.检查config中system.web.mvc ,version中版本号与自己的vs内置mvc版本一致 迁移项目可能有此问题
阅读全文
posted @ 2017-02-10 16:59
xuelei被占用了
阅读(826)
推荐(0)