#1045 - Access denied for user 'root'@'localhost' (using password: NO)
解决方案:
\wamp\apps\phpmyadmin4.1.14\config.inc.php
$cfg['Servers'][$i]['password'] = '我的密码';...
分类:
数据库 时间:
2015-03-07 17:16:49
阅读次数:
205
Vibrator是安卓提供的震动器,其没有构造器,通过getSystemService(Context.VIBRATOR_SERVICE)方法获取对象。但使用此类时需要在清单文件中添加访问权限android.permission.VIBRATE.在实际使用可以设置震动周期已经访问时间package ...
分类:
移动开发 时间:
2015-03-06 15:40:11
阅读次数:
163
安装或者卸载mysql服务出现Install/Remove of the Service Denied!错误
解决办法:以管理员的身份打开cmd.exe...
分类:
数据库 时间:
2015-03-06 12:50:43
阅读次数:
166
框架地址:https://github.com/wyouflf/xUtils
需要的权限
uses-permission
android:name="android.permission.INTERNET"
/>
uses-permission
android:name="android.permission.WRITE_EXTERNAL_STO...
分类:
移动开发 时间:
2015-03-05 19:28:59
阅读次数:
219
程序执行需要读取到安全敏感项必需在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