理论部分标准访问控制列表的配置:R1(config)#access-listaccess-list-number{permit丨deny}source{sourcewildcard}access-list-number:访问控制列表表号permit丨deny:满足测试条件,则拒绝/允许通过流量Source:数据包的源地址,可以是主机地址或网络地址{sourcewildca..
分类:
其他好文 时间:
2015-03-05 07:00:21
阅读次数:
339
程序执行需要读取到安全敏感项必需在androidmanifest.xml中声明相关权限请求, 完整列表如下:android.permission.ACCESS_CHECKIN_PROPERTIES允许读写访问”properties”表在 checkin数据库中,改值可以修改上传( Allows re...
分类:
移动开发 时间:
2015-03-04 22:22:38
阅读次数:
217
根据dataSource中提供的值渲染出来的页面效果如下:
最后一列的操作,根据是否已经处理来显示“回收”的操作按钮。
相关代码如下,主要是template中使用条件判断语句的方式:
var kendoGridPermissionApplys = $("#kendo_grid_permission_applys").kendoGrid(
{
dataSource:...
分类:
其他好文 时间:
2015-03-04 21:05:40
阅读次数:
490
git init 产生的目录解释 error: src refspec master does not match any. 引起该错误的原因是,目录中没有文件,空目录是不能提交上去的 error: insufficient permission for adding an object to repository da...
分类:
其他好文 时间:
2015-03-04 19:35:08
阅读次数:
119
我帮助chenzhonghua在FTP上建了用户但是他想用scp从Linux上往FTP服务器(192.168.62.2)传文件遇到了故障:[root@dev-server-cdtmp]#scp-P25552mysql.sockchenzhonghua@192.168.62.250:/tmpchenzhonghua@192.168.62.2‘spassword:Permissiondenied,pleasetryagain.故障原因:SSH..
分类:
系统相关 时间:
2015-03-04 19:20:14
阅读次数:
1240
第六部分
前几天一直被移植到ARM开发板上的nginx启动的问题困扰,在ARM开发板上启动时不是出现
nginx: [emerg] getgrnam("nogroup") failed (2: No such file or directory)
就是出现
/system/bin/sh: ./nginx: cannot execute - Permission denied
使用命令
...
分类:
其他好文 时间:
2015-03-04 13:01:44
阅读次数:
764
程序执行需要读取到安全敏感项必需在Androidmanifest.xml中声明相关权限请求, 完整列表如下:android.permission.ACCESS_CHECKIN_PROPERTIES允许读写访问"properties”表在checkin数据库中,改值可以修改上传( Allows rea...
分类:
移动开发 时间:
2015-03-03 11:20:43
阅读次数:
187
本地搭建wamp,输入http://127.0.0.1访问正常,当输入http://localhost/,apache出现You don't have permission to access/on this server.的提示,如何解决?找到httpd.conf,用记事本打开httpd.conf...
分类:
数据库 时间:
2015-03-02 22:14:25
阅读次数:
184
在网上找了很久也没有找到解决方案,最后根据提示自己摸索如下:1.编辑/etc/sshd_config文件,注释掉#ForceCommand /usr/local/bin/ssh_session2.启动sshd服务:sudo launchctl load -w /System/Library/Laun...
分类:
系统相关 时间:
2015-03-02 20:34:30
阅读次数:
232