码迷,mamicode.com
首页 >  
搜索关键字:modify    ( 1504个结果
RH033读书笔记(17) - Summary
End of Unit 1? Questions and Answers? Summary? Open source and the right to modify? The GNU Project and the Free Software Foundation? Linus Torvalds a...
分类:其他好文   时间:2015-11-22 21:32:21    阅读次数:178
数据库修改字段的长度
POSTSQL修改列的长度:alter table km_wiki_urlForm alter COLUMN str11 type varchar(2000) ; Oracle修改列的长度:alter table km_wiki_urlForm modify(str11 nvarchar2(2...
分类:数据库   时间:2015-11-19 18:19:22    阅读次数:185
[LeetCode]93. Linked List Cycle II查找链表中环的起始节点
Given a linked list, return the node where the cycle begins. If there is no cycle, returnnull.Note:Do not modify the linked list.Follow up:Can you sol...
分类:其他好文   时间:2015-11-18 12:03:51    阅读次数:174
AWR报表使用
--查询快照收集时间间隔为1小时,保留时间为8天SELECT * FROM dba_hist_wr_control;--以下方法将快照收集时间间隔改成30分钟,保留时间改成10天dbms_workload_repository.modify_snapshot_settings(retention =...
分类:其他好文   时间:2015-11-16 21:12:38    阅读次数:221
混淆(防止反编译)
1、在project.properties文件中,将一行代码的注释去掉# This file is automatically generated by Android Tools.# Do not modify this file -- YOUR CHANGES WILL BE ERASED!##...
分类:其他好文   时间:2015-11-15 16:21:38    阅读次数:141
Ps技巧之创建等比例蒙板
今天学到一个新技能,创建等比例蒙板。比如画了一个矩形,想要创建小一号的蒙板,达到框的效果,就可以这样做:1、cmd/ctrl+缩略图(将图层内容载入选区);2、选择(select)>修改(modify)>扩展(expand)/收缩(contract);3、输入扩展/收缩的像素(生成所需大小的选区);...
分类:其他好文   时间:2015-11-08 23:54:03    阅读次数:231
ctime、atime、mtime关系
区分一个文件或者目录的更改时间(change time,ctime),访问时间(access time,atime)以及修改时间(modify time,mtime)很重要。ctime——在Unix中,基本是无法知道一个文件的精确创建时间。更改时间(ctime)是指文件或者目录的属性(所有者、权限等...
分类:其他好文   时间:2015-11-04 11:29:10    阅读次数:167
POST教程笔记 - POST方式登录网站
www.cctry.com post教程注意,本文章并非教程// 在 http://www.idc3389.com/user/modify.asp 源码// 中找用户数据CString findUserinfo(CString strElemet,CString strHtmlSrc){ if...
分类:Web程序   时间:2015-11-03 21:16:35    阅读次数:223
[TypeScript] Inheritance
Inheritance is a way toindicate that a class receives behavior from a parent class. Then we can override, modify or augmentthose behaviors on the new ...
分类:其他好文   时间:2015-11-02 06:39:41    阅读次数:263
MyBatis整合Spring的实现(12)
1 sql配置文件 <sql?id="Base_Column_List"> ????<!-- ??????WARNING?-?@mbggenerated ??????This?element?is?automatically?generated?by?MyBatis?Generator,?do?not?modify. ??...
分类:编程语言   时间:2015-10-27 11:47:50    阅读次数:315
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!