1 自动匹配
按ESC键
2 重构
1 重命名函数和变量:右键名称,选择refactor(重构的意思),再选择rename(重命名)
2 #define 不可以rename,需要全局替换:(点击查找菜单,把find改成replace)
3 截屏
1 Command+shift+3:全屏截图,保存截图到桌面
2 Command+shift+4:鼠标选定区域截图,保存截图到桌面...
分类:
其他好文 时间:
2015-01-04 13:35:48
阅读次数:
151
ALTER TABLE:添加,修改,删除表的列,约束等表的定义。
查看列:desc 表名;
修改表名:alter table t_book rename to bbb;
添加列:alter table 表名 add column 列名 varchar(30);
删除列:alter table 表名 drop column 列名;
修改列名MySQL: alter table bbb ch...
分类:
数据库 时间:
2014-12-31 16:22:40
阅读次数:
200
重新做的Ubuntu 系统,打开eclipse时报错:通过查询了解到是软件的可执行权限出了问题,解决方式有两种:如果只需要改单个文件的权限则可右击文件->Property->Permissions->选上 Allow executing file as program如果需要批量修改或者修改文件夹下...
分类:
系统相关 时间:
2014-12-31 16:12:18
阅读次数:
201
With the Gradle copy task we can define renaming rules for the files that are copied. We use the rename() method of the copy task to define the naming...
分类:
其他好文 时间:
2014-12-27 20:17:35
阅读次数:
183
Migrating from Ant to Gradle is very easy with the importBuild method from AntBuilder. We only have to add this single line and reference our existing...
分类:
其他好文 时间:
2014-12-26 20:16:26
阅读次数:
358
import osimport rename = raw_input("please input the name: ")for dirpath, dirnames, filenames in os.walk(os.path.join('/home/xiao', name), True, None)...
分类:
其他好文 时间:
2014-12-26 16:20:56
阅读次数:
171
原贴:http://www.linuxfly.org/post/300/ ?5 [原]Linux下的rename命令?? linuxing?, 16:28 ,?网络服务???虚拟机?,?评论(0)?,?引用(0)?,?阅读(61)?, Via 本站原创??大?|?中?|?小? ????D...
分类:
系统相关 时间:
2014-12-26 15:00:05
阅读次数:
174
已经可以移动文件了,原因是路径问题。还是用的Rename方法。原因是RenameTo=“”;这里的路径之前没包含文件名,而且相对路径和绝对路径都没弄对,所以之前一直不相信别人说的Rename可以移动文件。现在结贴了,谢谢大家!为了让后来人能够找到答案,我把代码贴出来,做个示范:ftp:10.62.8...
分类:
移动开发 时间:
2014-12-25 20:23:59
阅读次数:
153
本文由 代码助手软件 整理发布 内容与本软件无关
更惬意的读、更舒心的写、更轻松的发布
0 连接数据库
#import "c:\Program Files\Common Files\System\ado\msado15.dll" no_namespace rename("EOF","adoEOF") rename("BOF","adoBOF")
_C...
分类:
数据库 时间:
2014-12-25 16:22:57
阅读次数:
175
因安全规则要求,必须定期修改交换机密码,而交换机数量多,所以配置了一个脚本远程自动修改。脚本命令如下:#$language="VBScript"#$interface="1.0"‘ConnecttoanSSHserverusingtheSSH2protocol.Specifythe‘usernameandpasswordandhostnameonthecommandlineaswellas‘someSSH2p..
分类:
其他好文 时间:
2014-12-23 10:42:09
阅读次数:
369