Given a set of candidate numbers (C) and a
target number (T), find all unique combinations inCwhere the candidate numbers
sums toT.Thesamerepeated num...
分类:
其他好文 时间:
2014-05-26 13:54:25
阅读次数:
282
1link=$link; $this->user=$user;
$this->pwd=$pwd; $this->bd=$db; ...
分类:
其他好文 时间:
2014-05-26 13:53:21
阅读次数:
290
今天突然突发奇想让一个存储过程调用另外一个存储过程返回的游标,一个自己写的demo内存储过程(v_id为传入的参数,result_cursor为传出的存储过程,放在cursor_package中)create
or replace procedure proc_innercursor(v_id in...
分类:
数据库 时间:
2014-05-26 13:16:10
阅读次数:
343
1、在配置文件my.ini最后增加:skip-grant-tables2、重启mysql服务:net
stop mysqlnet start mysql3、无密码进入数据库,重置密码为root:mysql -u root -puse mysqlupdate
user set password=PAS...
分类:
数据库 时间:
2014-05-26 13:10:21
阅读次数:
311
初识CGImageRef是在一张大图片中裁剪出其中的小图片用到的,具体如下:UIImage
*bigImage = [UIImageimageNamed:@"big”];CGFloatsmallW = bigImage.size.width/12 *
[UIScreenmainScreen].sca...
分类:
其他好文 时间:
2014-05-26 13:05:13
阅读次数:
203
1.[UIButtonbuttonWithType:UIButtonTypeCustom]
=[[UIButtonalloc] init];2.让btn在点击的时候出现闪亮效果btn.showsTouchWhenHighlighted = YES;
分类:
其他好文 时间:
2014-05-26 13:01:52
阅读次数:
184
1.取消选中这行[tableView deselectRowAtIndexPath:indexPath
animated:YES];2.去掉tableView的分割线(ios7)self.tableView.separatorStyle =
UITableViewCellSeparatorStyle...
分类:
其他好文 时间:
2014-05-26 12:47:25
阅读次数:
253
接口可以包含方法、属性、事件和索引器,但不能是常量、域、操作符、构造函数或析构函数,而且不能包含任何静态成员。接口本身不提供它所定义的成员的实现。接口只指定实现该接口的类或接口必须提供的成员。
interface IMyExample { string this[int index]{get;set...
分类:
其他好文 时间:
2014-05-26 12:15:55
阅读次数:
204
安装oracle客户端,本文安装的为
:win32_11gR2_database_1of2.zip win32_11gR2_database_2of2.zip两个文件夹解压缩到同一目录下
双击setup.exe 即可安装oracle 11g 发行版2时,会出现如下提示:管理口令(P)...
分类:
数据库 时间:
2014-05-26 11:55:30
阅读次数:
261
我们在用Eclipse开发的时候通常会建很多类型的项目,如公司项目、自己项目、Demo等等,并且一个项目又可能有一个主项目和多个引用包,如果包所有的项目都放到一个workspace下面,则会引起混来,工程多的时候不清楚那个是哪个了,找起来十分困难,如果分开放在不同的workspace下面,则需要打开...
分类:
系统相关 时间:
2014-05-26 10:34:06
阅读次数:
325