原api出处:https://docs.angularjs.org/api/ngRoute/service/$routeParams$routeParams 可以获取当前路径参数.需要ngroute模块被安装。路径参数是$location.search()和$location.path()的组合. ...
已引用attachmentManager 为例ApplicationContext applicationContext = WebApplicationContextUtils.getWebApplicationContext(this.getServletContext()); A...
分类:
其他好文 时间:
2014-07-22 22:57:33
阅读次数:
235
http://www.nodejs.org/http://outofmemory.cn/code-snippet/1403/node-javascript-classic-introduction-HTTP-service-qi-codehttp://outofmemory.cn/code-snip...
分类:
其他好文 时间:
2014-07-19 20:39:22
阅读次数:
217
It's very simple to configure a IBM HTTP Server / Apache service on a server. But sometimes, considering the cost or any other reason, we need to sha....
分类:
Web程序 时间:
2014-07-19 20:09:56
阅读次数:
313
当最大连接数比较小时,可能会出现“1040 too many connection”错误。可以通过修改配置文件来修改最大连接数,但我连配置文件在哪都不知道,应该怎么办呢?首先需要重启mysql服务,执行命令:service mysql restart也有可能是:service mysqld restart登录mysql:mysql -uroot -p输入密码,回车;登录成功后执行以下语句查询当前的...
分类:
数据库 时间:
2014-07-18 21:23:05
阅读次数:
248
1.BIND:Berkeley Internet Name DomainDNS:Domian Name Service 域名解析2. Http3.PAM 插入式认证模块4.SMTP/POP3/IMAP4:Mail Server5.域名www.baidu.com这是一个主机名(FQDN,Full Qu...
分类:
系统相关 时间:
2014-07-17 00:10:02
阅读次数:
351
用VS(c#)创建、调试windows service以及部署卸载同事问到windows service的东东,现在整理一下,用c#如何创建一个windows service,以及如何调试、部署、卸载。一、创建windows service1. 打开VS2008,新建一个Project, Proje...
如果需要登录,使用下边方法,如果为匿名登录的,可以省略,在全局变量中定义public static string Cookiemsg,方便重复使用cookie。 1 public static CookieMsg GetCookieMessage(string name, string passwo...
分类:
Web程序 时间:
2014-07-16 17:03:14
阅读次数:
259
首先找到iptables文件
一般在 /etc/sysconfig下面
然后vi iptables
如同 添加一行-A INPUT ......即可打开端口
保存后输入
service iptables restart
重启下服务...
分类:
系统相关 时间:
2014-07-16 09:19:33
阅读次数:
242
Binder机制作为一种IPC通信机制,在android系统中扮演了非常重要的角色,因此我也花了一些时间来研究它,按照我的理解,下面我将从4个方面来讲一下Binder,如有不对的地方,还希望大家多多指教。下面的例子都将以MediaServer来讲。
一、ServiceManager
ServiceManager在Binder系统中相当与DNS,Server会先在这里注册,然后Client会在这...
分类:
移动开发 时间:
2014-07-16 08:46:50
阅读次数:
531