--更改合同:文件名alter table T_CONTRACT modify YY_FILENAME varchar2(300);--对方单位alter table T_CONTRACT modify YY_COMPANYNAME varchar2(300);--更改用印:文件名alter tab ...
分类:
其他好文 时间:
2016-11-10 14:18:07
阅读次数:
144
if __name__ == '__main__': msg = ''' 1:查询 2:添加 3:删除 4:修改 5:退出 ''' menu_dic = { '1': search, '2': add, '3': delete, '4': modify, '5': exit, } while Tru ...
分类:
其他好文 时间:
2016-11-04 17:18:34
阅读次数:
118
Because of the work requirement, I need to use Eclipse version 3.7.2 (Indigo) & maven 0.10.2 But the network condition is so poor to install this mave ...
分类:
系统相关 时间:
2016-11-02 17:45:08
阅读次数:
303
参考http://www.361way.com/chang-file-time/1632.html 一:查看时间 1:查看文件的具体时间信息 Access:访问时间 cat more less Modify:修改内容时间 vim Change:修改文件属性的时间 chmod 2:用ls的方法查看 A ...
分类:
系统相关 时间:
2016-10-31 16:40:00
阅读次数:
586
简介
每一个常量、变量和参数都有数据类型,它用来指定一定的存储格式、约束和有效范围。MySQL提供了多种数据类型,主要包括数值型、字符串类型、日期和时间类型。不同的MySQL版本支持的数据类型可能会...
分类:
数据库 时间:
2016-10-28 15:47:41
阅读次数:
295
<<<第十一单元练习>>>1.在系统中创建set-ip-tool命令要求如下当在系统中执行set-ip-tool172.25.254.X后*)会自动显示ifconfig命令的输出*)系统ip被设定为:172.25.254.X*)系统网关被设定为:172.25.254.250*)系统dns被设定为:172.25.254.250Asimov脚本:#!/b..
分类:
其他好文 时间:
2016-10-27 01:47:01
阅读次数:
148
We all know the following fact: 1, RDD are immutable 2, Never modify RDD in place 3, Transform RDD to another RDD There are 2 different transformation ...
分类:
其他好文 时间:
2016-10-23 20:16:56
阅读次数:
206
dp[i][j][0/1]一下,然后发现可以BIT搞。注意外层for所有点。 ...
分类:
其他好文 时间:
2016-10-22 23:48:07
阅读次数:
210
2,在里面就可以修改初始窗口大小和窗口名字 BOOL CMainFrame::PreCreateWindow(CREATESTRUCT& cs){if( !CFrameWnd::PreCreateWindow(cs) ) return FALSE;// TODO: Modify the Window ...
分类:
编程语言 时间:
2016-10-22 20:50:36
阅读次数:
202