码迷,mamicode.com
首页 >  
搜索关键字:nginx 403 user root nfs4    ( 108208个结果
mysql 得到重复的记录
select devicetoken from client_user group by devicetoken having count(devicetoken)>1
分类:数据库   时间:2014-05-12 02:16:42    阅读次数:273
Linux系统管理员踢用户的方法
两种方法:1.使用pkill命令 1.1 通过who 或则 w 查看当前连接的用户 例如: w USER TTY FROM LOGIN@ IDLE JCPU PCPU WHAT jjony pts/0 xxx.xxx.xxx.xxx ...
分类:系统相关   时间:2014-05-12 01:32:34    阅读次数:410
[leetcode]Sum Root to Leaf Numbers @ Python
原题地址:http://oj.leetcode.com/problems/sum-root-to-leaf-numbers/题意:Given a binary tree containing digits from0-9only, each root-to-leaf path could repre...
分类:编程语言   时间:2014-05-12 01:28:30    阅读次数:440
Ubuntu12.04开机报错:could not update ICEauthority file /home/user/.ICEauthority 解决
产生原因:误将/home/user目录的用户变成了root,所以无法更新ICE导致开机警告解决方法:1.使用guest登录2.打开一个console3.Ctrl + Alt +F1 进入安全模式4.使用你的用户名登录5.sudo chown -R user:user/home/$user/.ICEa...
分类:其他好文   时间:2014-05-12 00:15:41    阅读次数:459
mybatis(入门)
首先创建表:建表Sql文件CREATE DATABASE IF NOT EXISTS `mybatis` /*!40100 DEFAULT CHARACTER SET utf8 */;USE `mybatis`;-- 导出 表 mybatis.t_user 结构CREATE TABLE IF NO....
分类:其他好文   时间:2014-05-11 23:56:06    阅读次数:564
linux下如何查看和修改系统BLOCK的大小
http://blog.163.com/drachen@126/blog/static/162607494201271435333906/查看os系统块的大小[root]# /sbin/tune2fs -l /dev/sda1查看os系统页的大小[oracle@skate-test ~]$ getc...
分类:系统相关   时间:2014-05-11 18:21:18    阅读次数:567
纯js懒加载,java后台举例
function getElementsByClassName(str,root,tag){ if(root){ root = typeof root == "string" ? document.getElementById(root) : root; } els...
分类:编程语言   时间:2014-05-11 18:20:00    阅读次数:316
SQL2008安装详细教程
欢迎你走入SQL之旅。朋友们,安装SQL2008的过程到此结束。希望你在安装的过程中 ,享受蜜一样的甜蜜。以后呢 我将开启数据库复习之旅。转自http://user.qzone.qq.com/344386692/mood/84ec861484906a53b3260d00.1?ptlang=2052
分类:数据库   时间:2014-05-11 15:58:21    阅读次数:409
Android Root原理
概述:通过阅读本文可以深刻理解Android系统中获得Root权限的方法和原理。本文会详细介绍Root的目的,原理和代码层次的具体实现方法。Android Root介绍:1. Root目的 手机获得Root权限以后,用户就可以完全拥有手机系统的最高权限,在Linux系统中相当于Root账号,在Win...
分类:移动开发   时间:2014-05-11 15:56:56    阅读次数:360
代码中使用bitmap资源并加载到控件上
1、从res/drawable/XX.jpg里引用图片资源:1、 Resources res = getResources(); Bitmap inDrawable= BitmapFactory.decodeResource(res, R.drawable.user_img_grey); ...
分类:其他好文   时间:2014-05-11 15:48:52    阅读次数:345
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!