上一页 1 2 3 4 5 6 7 ··· 11 下一页

2017年6月2日

授权服务器

摘要: webstorm激活 //2017 03 27 http://idea.imsxm.com/ 阅读全文

posted @ 2017-06-02 18:42 neights 阅读(108) 评论(0) 推荐(0) 编辑

2016年10月24日

【转】postgresql 9.4 在linux环境的安装步骤详解

摘要: 本文章来为各位介绍一篇关于postgresql 9.4 在linux环境的安装步骤详解,希望文章能够对各位新手朋友带来帮助的哦。 环境说明系统:centos 6.4 64位软件:postgresql 9.4.1 软件下载cd /usr/local/src/wget https://ftp.postg 阅读全文

posted @ 2016-10-24 14:53 neights 阅读(3090) 评论(1) 推荐(0) 编辑

debian8 root无法远程登录解决办法

摘要: 改一下root 密码,应该就能本地登录了。改/etc/ssh/sshd.conf,然后重启ssh就能远程登录了:PermitRootLogin yesPermitEmptyPasswords no 阅读全文

posted @ 2016-10-24 14:15 neights 阅读(1238) 评论(0) 推荐(0) 编辑

2016年5月8日

微信nodejs开发模块指南

摘要: 1、微信消息处理 node-weixin-message wechat 2、微信加密 node-weixin-crypto wechat-crypto 3、微信支付 node-weixin-pay wechat-pay 4、微信oauth node-weixin-oauth wechat-oauth 阅读全文

posted @ 2016-05-08 13:41 neights 阅读(357) 评论(0) 推荐(0) 编辑

2016年4月13日

C# 操作XML文档 使用XmlDocument类方法

摘要: W3C制定了XML DOM标准。很多编程语言中多提供了支持W3C XML DOM标准的API。我在之前的文章中介绍过如何使用Javascript对XML文档进行加载与查询。在本文中,我来介绍一下.Net中的XmlDocument类。它支持并扩展了W3C XML DOM标准。它将整个XML文档都先装载 阅读全文

posted @ 2016-04-13 17:34 neights 阅读(954) 评论(0) 推荐(0) 编辑

2016年3月28日

推荐几个js的好链接

摘要: JavaScript 之美 其一:http://fxck.it/post/72326363595 其二:http://fxck.it/post/73513189448 阅读全文

posted @ 2016-03-28 20:26 neights 阅读(147) 评论(0) 推荐(0) 编辑

找到个学node的好地方,极客学院

摘要: http://wiki.jikexueyuan.com/list/nodejs/ 阅读全文

posted @ 2016-03-28 20:13 neights 阅读(124) 评论(0) 推荐(0) 编辑

30分钟学正则

摘要: http://deerchao.net/tutorials/regex/regex.htm 学习正则表达式 看完再进一步 http://fxck.it/post/50558232873 阅读全文

posted @ 2016-03-28 20:08 neights 阅读(150) 评论(0) 推荐(0) 编辑

2016年3月27日

新版【CefSharp】 禁用右键菜单 43.00+

摘要: 禁用右键菜单其实是很容易的。主就要是实现一个接口 IMenuHandler ,这个接口有一个 OnBeforeContextMenu 的方法,我们在这里让返回一个false,右键菜单就消失了。 再将这个对像的实例赋给 ChromiumWebBrowser 对象的 MenuHandler 属性上就OK 阅读全文

posted @ 2016-03-27 11:31 neights 阅读(5446) 评论(2) 推荐(2) 编辑

2016年3月7日

opencart框架分析与概况

摘要: 1. Opencart的系统架构 1.1. 架构分析 Opencart是有自己的开发架构的,其架构的核心都在system\engine 下,访问控制统一用 根目录下的 index.php 来协调。 Route 就是起到一个中转器的作用,它会根据你的Route目录去找到它要执行的方法,比如: inde 阅读全文

posted @ 2016-03-07 12:49 neights 阅读(4270) 评论(0) 推荐(1) 编辑

上一页 1 2 3 4 5 6 7 ··· 11 下一页

导航