robert_hly

踩坑填坑记录...

导航

2017年10月23日 #

chrome恢复默认搜索引擎为Google

摘要: 管理员身份运行cmd RD /S /Q "%WinDir%\System32\GroupPolicyUsers" RD /S /Q "%WinDir%\System32\GroupPolicy" gpupdate /force 阅读全文

posted @ 2017-10-23 21:38 robert_hly 阅读(287) 评论(0) 推荐(0) 编辑

2017年10月15日 #

js datagrid 移动去重

摘要: function dataLeft(){ var checkedData = $(listTemplate_right).datagrid('getChecked'); var rows = $(listTemplate_center).datagrid("getRows"); var c_leng 阅读全文

posted @ 2017-10-15 17:39 robert_hly 阅读(161) 评论(0) 推荐(0) 编辑

ajax 提交form格式 和 json格式

摘要: json 格式 内容在body中 ajax设置 Content-Type: application/json 浏览器查看为 Request Payload The Request Payload - or to be more precise: payload body of a HTTP Requ 阅读全文

posted @ 2017-10-15 12:17 robert_hly 阅读(786) 评论(0) 推荐(0) 编辑

2017年9月17日 #

nginx conflict server_name 0.0.0.0:80

摘要: #include /etc/nginx/conf.d/*.conf 注释掉即刻 阅读全文

posted @ 2017-09-17 23:42 robert_hly 阅读(806) 评论(0) 推荐(0) 编辑

2017年9月9日 #

firefox 屏蔽Backspace按键的后退功能

摘要: 直接上图 阅读全文

posted @ 2017-09-09 13:50 robert_hly 阅读(253) 评论(0) 推荐(0) 编辑

2017年8月21日 #

Excel 使用单元格的值 查询MySQL数据库并返回数据给相应的单元格

摘要: Dim MyConn As ObjectPrivate Sub ConnectDB()Set MyConn = CreateObject("ADODB.Connection") >创建连接对象Dim str As Stringstr = "DRIVER={MySQL ODBC 5.3 Unicode 阅读全文

posted @ 2017-08-21 18:43 robert_hly 阅读(454) 评论(0) 推荐(0) 编辑

2017年8月11日 #

ubuntu Error fetching https://gems.ruby-china.org/: Errno::ECONNREFUSED: Connection refused

摘要: 排除网络原因的前提下 是 权限问题 用 sudo 来 执行命令即可 sudo gem sources -a https://gems.ruby-china.org/ 阅读全文

posted @ 2017-08-11 22:04 robert_hly 阅读(285) 评论(0) 推荐(0) 编辑

2017年7月23日 #

java文件上传 关键代码

摘要: 文件上传 ##前台: form表单submit提交,form增加样式 enctype="multipart/form-data" method="post"; ##后台 //String path为服务器保存文件的路径 DiskFileItemFactory factory = new DiskFi 阅读全文

posted @ 2017-07-23 22:04 robert_hly 阅读(190) 评论(0) 推荐(0) 编辑

2017年6月19日 #

框架编程概述 (转载)

摘要: 框架编程概述 http://blog.chinaunix.net/u2/65993/showart_576137.html一个HTML页面可以有一个或多个子框架,这些子框架以<iframe>来标记,用来显示一个独立的HTML页面。这里所讲的框架编程包括框架的自我控制以及框架之间的互相访问,例如从一个 阅读全文

posted @ 2017-06-19 21:10 robert_hly 阅读(278) 评论(0) 推荐(0) 编辑

2017年5月25日 #

UBUNTU 16.04 安装AVD "An error occurred while running "android create avd

摘要: 安装库即可sudo apt-get install lib32stdc++6 阅读全文

posted @ 2017-05-25 14:27 robert_hly 阅读(182) 评论(0) 推荐(0) 编辑