Using the Chrome console, you can access your AngularJS injectable services. This is down and dirty debugging, and can be a lifesaver in troubling tim...
分类:
数据库 时间:
2014-11-30 06:46:56
阅读次数:
194
1.为了解决分布式事务性一致的问题
2.文件系统也是一个树形的文件系统,但比linux系统简单,不区分文件和文件夹,所有的文件统一称为znode
3.znode的作用:存放数据,但上限是1M ;存放ACL(access control list)访问控制列表,每个znode被创建的时候,都会带有一个ACL,身份验证方式有三种:digest(用户名密码验证),host(主机名验证),ip(ip验...
分类:
其他好文 时间:
2014-11-30 00:41:16
阅读次数:
231
Using Angular, you can actually access the scope and other things from the console, so when you have a live web page, you can dive in and grab things ...
分类:
数据库 时间:
2014-11-30 00:12:20
阅读次数:
206
配置等级策略,保证outside端口可以访问inside端口access-list 100 extended permit icmp any anyaccess-list 100 extended permit ip any anyaccess-group 100 in interface ou.....
分类:
其他好文 时间:
2014-11-29 21:25:29
阅读次数:
325
四、动态ACL动态ACL是一种利用路由器telnet的验证机制,动态建立临时的ACL以让用户可以暂时访问内网的一种技术 命令:access-list {100-199} dynamic username [timeout minutes] permit any dest-ip dest-wild.....
分类:
系统相关 时间:
2014-11-29 21:24:11
阅读次数:
200
ODBC(Open Database Connectivity):是Microsoft公司开发和定义的一套数据库访问标准,称为开放数据库系统互联。ODBC提供了一种编程接口,可以使用一个ODBC应用程序访 问各种数据库管理系统,例如Access、MySQL、DB2、FoxPro、SQL Server...
分类:
数据库 时间:
2014-11-29 17:11:47
阅读次数:
233
使用/etc/mysql/debian.cnf文件中[client]节提供的用户名和密码:文件内容:[client]host = localhostuser = debian-sys-maint //用户名password = Xgsuj2n8rlvw7jUO //密码socket...
分类:
数据库 时间:
2014-11-29 11:38:33
阅读次数:
274
With Angular scopes, you have access to a$destroyevent that can be used to watch $scope events. This is used for cleanup, and gives you a final opport...
分类:
Web程序 时间:
2014-11-29 08:24:13
阅读次数:
477
如何在windows2008 64位的机子上连接Access数据库 用以前的连接Access数据库的方式Provider=Microsoft.Jet.OLEDB.4.0在32位机子上可以使用,在64位上不能使用,可以使用代替方案-微软Access数据库引擎2010下载安装后 更改使用下面的连接串可以...
分类:
数据库 时间:
2014-11-28 22:41:55
阅读次数:
240
Authorization说说权限的一些东东,不是Authentication,是Authorization。简单说就是access control即访问控制,控制用户对某个资源的访问。比如说,是否可以查看某个页面、修改某个数据,甚至能不能看到某个按钮。 我们通常用三种元素进行授权操作,分别是:P....
分类:
其他好文 时间:
2014-11-28 19:47:00
阅读次数:
260