@Test public void test(){ //new UserImpl(); /* ProxyT proxy=new ProxyT(new UserImpl()); proxy.add(); proxy.update();*/ final User user=new UserI...
分类:
编程语言 时间:
2014-06-26 00:14:14
阅读次数:
260
Host列指定了允许用户登录所使用的IP,比如user=root Host=192.168.1.1。这里的意思就是说root用户只能通过192.168.1.1的客户端去访问。 而%是个通配符,如果Host=192.168.1.%,那么就表示只要是IP地址前缀为“192.168.1.”的客户端都...
分类:
数据库 时间:
2014-06-25 22:15:40
阅读次数:
267
命令简介: 该命令用来识别文件类型,也可用来辨别一些文件的编码格式。它是通过查看文件的头部信息来获取文件类型,而不是像Windows通过扩展名来确定文件类型的。 执行权限 :All User 指令所在路径:/usr/bin/file 命令语法: file [ -bchikLnNprsvz ] [ -...
分类:
系统相关 时间:
2014-06-25 14:25:15
阅读次数:
312
You have been logged on with a temporary profile on windows2008 R2After looking into this issue, I saw the following user profiles and I didn’t see my...
分类:
其他好文 时间:
2014-06-24 21:25:26
阅读次数:
201
【译者:这个系列教程是以Kitware公司出版的《VTK User’s Guide -11th edition》一书作的中文翻译(出版时间2010年,ISBN: 978-1-930934-23-8),由于时间关系,我们不能保证每周都能更新本书内容,但尽量做到一周更新一篇到两篇内容。敬请期待^_^。欢迎转载,另请转载时注明本文出处,谢谢合作!同时,由于译者水平有限,出错之处在所难免,欢迎指出订正!】...
分类:
其他好文 时间:
2014-06-24 19:21:14
阅读次数:
1291
要求,输入name不为空,输入次数最多3次,3次后跳出程序;知识点:raw_inputstr转intwhilifelifelsecontinuebreakfor导入模块引用变量值格式化输出vim#!/usr/bin/envpython
importsys
user_name="carson"
this_year=2014
counter=0
whileTrue:
ifcounter<3:
name=raw_input(..
分类:
其他好文 时间:
2014-06-24 16:52:27
阅读次数:
290
netuseh:\\192.168.50.3\pub"123456"/user:"administrator"或先登录共享文件夹xcopy源文件夹目的文件夹/O/X/E/H/Krobocopy源文件夹目的文件夹/mir/e/copyall(大文件推荐)robocopy还提供了很多xcopy不具备的功能:可选择多种文件类型复制到目标文件夹可指定在复制时不复制的文..
分类:
其他好文 时间:
2014-06-24 16:37:41
阅读次数:
297
查看mysql的所有用户及密码和所属权限mysql>selectuse,password,hostmysql.user;查看mysql支持的存储引擎mysql>showplugins;设置编码类型为utf8vi/etc/my.cnf在[mysqld]配置选项下添加character-set-server=utf8查看编码是什么类型mysql>howvariableslike"%char%";
分类:
数据库 时间:
2014-06-24 16:15:44
阅读次数:
286
Configure Oracle environment It is recommended that user sets the specific environment for Oracle installation in ~/.bash_profile file prior to instan...
分类:
数据库 时间:
2014-06-24 15:26:00
阅读次数:
611
public function demo() { $res = null; //insert数据插入 //$user=array('username'=>'joy','password'=>'123456','age'=>23); //$res = DB::table('users')->i...
分类:
数据库 时间:
2014-06-24 12:38:08
阅读次数:
9946