上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页
  2017年3月6日
摘要: 当前窗口载入新的dom文档前发生 阅读全文
posted @ 2017-03-06 16:15 xuelei被占用了 阅读(541) 评论(0) 推荐(0) 编辑
  2017年2月24日
摘要: 阅读全文
posted @ 2017-02-24 16:08 xuelei被占用了 阅读(832) 评论(0) 推荐(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被占用了 阅读(5019) 评论(3) 推荐(0) 编辑
  2017年2月23日
摘要: //实现聊天窗口与文件发送 阅读全文
posted @ 2017-02-23 16:45 xuelei被占用了 阅读(7926) 评论(1) 推荐(0) 编辑
摘要: //ReceiveHandle数据接收函数 //发送udp数据包 //更新接收的消息到winform 阅读全文
posted @ 2017-02-23 14:35 xuelei被占用了 阅读(2567) 评论(0) 推荐(0) 编辑
  2017年2月17日
摘要: document.referrer 该属性可以获取到文档的载入地址 需要注意必须是通过改变localtion的href属性或a标签跳转才能获取到 否者将获取到空字符串 阅读全文
posted @ 2017-02-17 13:52 xuelei被占用了 阅读(1350) 评论(0) 推荐(0) 编辑
  2017年2月15日
摘要: event.returnvalue false代表不接收事件返回值 阅读全文
posted @ 2017-02-15 10:52 xuelei被占用了 阅读(1217) 评论(0) 推荐(0) 编辑
摘要: 本质上是监控ctrl+s 然后触发相应事件 onkeydown支持的元素 附上键盘码值 可在代码中的任何地方用下列常数代替实际值:常数 值 描述 vbKeyLButton 0x1 鼠标左键 vbKeyRButton 0x2 鼠标右键 vbKeyCancel 0x3 CANCEL 键 vbKeyMBu 阅读全文
posted @ 2017-02-15 10:26 xuelei被占用了 阅读(2102) 评论(0) 推荐(0) 编辑
  2017年2月13日
摘要: public void AddDesk(x_s_desk x_s_desk) 绑定的到 public void AddDesk(x_s_desk desk) 绑定不到 目前不知道原因 且仅有部分模型需要这样做 阅读全文
posted @ 2017-02-13 13:09 xuelei被占用了 阅读(154) 评论(0) 推荐(0) 编辑
  2017年2月10日
摘要: 1.查看views下的web.config文件是否存在 2.检查config中system.web.mvc ,version中版本号与自己的vs内置mvc版本一致 迁移项目可能有此问题 阅读全文
posted @ 2017-02-10 16:59 xuelei被占用了 阅读(814) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 12 13 14 下一页