上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页
摘要: IE中: document.body.clientWidth ==> BODY对象宽度 document.body.clientHeight ==> BODY对象高度 document.documentElement.clientWidth ==> 可见区域宽度 document.documentE 阅读全文
posted @ 2017-07-19 13:10 为乐而来 阅读(308) 评论(0) 推荐(0)
摘要: 1.查看端口、进程占用 运行->进入cmd->netstat -ano 2.查看进程路径 运行->WMIC->process 查找vmware进程PID是多少 process where name="vmware-vmx.exe" 3.查看进程PID和占用内存情况 运行->进入cmd->taskli 阅读全文
posted @ 2017-07-12 15:18 为乐而来 阅读(7342) 评论(0) 推荐(0)
摘要: 一般的更新代码是这样的 但是有时候有更新的时候,如果为null则不更新这字段,这个时候就会有问题了,这个时候用另一个方法。。 阅读全文
posted @ 2017-07-10 18:10 为乐而来 阅读(2640) 评论(0) 推荐(0)
摘要: 检测地址如下: http://ruanyf.github.io/es-checker/index.cn.html Chrome 44检测结果如下: 阅读全文
posted @ 2017-07-10 13:53 为乐而来 阅读(1861) 评论(0) 推荐(0)
摘要: 运行的时候用Debug模式发布如图 java 自动生成get set方法的快捷键是什么? Re:在myeclipse中按住shift+alt+s选择 generate getters and setters 然后选择你要设置的属性 自动生成 get和set方法 内容辅助键 Alt+/ 起提示作用 m 阅读全文
posted @ 2017-05-10 11:51 为乐而来 阅读(830) 评论(0) 推荐(0)
摘要: 1. 使用“Win+R”组合键调出运行窗口,输入slmgr.vbs –dli,点击“确定”; 可以看到如下窗口,提示系统信息及许可证状态; 2 或者在运行窗口,输入slmgr.vbs –dlv,如果出现OEM为正版,如出现VOLUME字样为盗版批量激活的,看到如下详细信息窗口: 阅读全文
posted @ 2016-12-26 11:56 为乐而来 阅读(882) 评论(0) 推荐(0)
摘要: 注册服务 redis-server.exe –service-install redis.windows.conf 删除服务 redis-server –service-uninstall 开启服务 redis-server –service-start 停止服务 redis-server –ser 阅读全文
posted @ 2016-12-23 16:33 为乐而来 阅读(2838) 评论(0) 推荐(1)
摘要: Apple APP添加新APP时提示The updated Apple Developer Program License Agreement needs to be reviewed. 解决办法 登录到itunesconnect后提示 协议更新 The updated Apple Develope 阅读全文
posted @ 2016-12-16 10:23 为乐而来 阅读(8845) 评论(0) 推荐(1)
摘要: 直接说正题。。。 提示如下: 解决办法: gpedit进入策略组:计算机配置->Windows设置->安全设置->本地策略->用户权限分配,找到拒绝通过远程桌面服务登录,把里面的账号去了即可 阅读全文
posted @ 2016-11-24 13:16 为乐而来 阅读(16022) 评论(0) 推荐(1)
摘要: 资源文件夹的写法规则: 语言缩写-国家地区缩写 语言缩写 先列几个常用的 中文 zh_CN中文 (香港) zh_HK中文 (台湾) zh_TW英文 en_US 英文 en_US 英文 (美国) ar 阿拉伯文 ar_AE 阿拉伯文 (阿拉伯联合酋长国) ar_BH 阿拉伯文 (巴林) ar_DZ 阿 阅读全文
posted @ 2016-11-17 13:03 为乐而来 阅读(4965) 评论(0) 推荐(0)
上一页 1 ··· 10 11 12 13 14 15 16 17 18 ··· 25 下一页