码迷,mamicode.com
首页 >  
搜索关键字:my life    ( 15847个结果
CTCI 3.3
Imagine a (literal) stack of plates. If the stack gets too high, it might topple. Therefore, in real life, we would likely start a new stack when the ...
分类:其他好文   时间:2014-07-12 08:23:16    阅读次数:231
CTCI 3.3
Imagine a (literal) stack of plates. If the stack gets too high, it might topple. Therefore, in real life, we would likely start a new stack when the ...
分类:其他好文   时间:2014-07-12 08:22:39    阅读次数:181
oracle cursor
declarecursoradmin_curisselectadmininfo_id,admininfo_namefromadmininfo;beginformy_curinadmin_curloopupdateprojectsetadmininfo_id=my_cur.admininfo_idwh...
分类:数据库   时间:2014-07-11 21:42:35    阅读次数:246
my_uploadify_应用总结
当我再一次看到这些乱七八糟的参数时,我印象最深刻的,还是它的提交方式,默认提交方式是post,因为我们需要携带参数,我当时只是找到了携带参数的办法$('#upfile').uploadifySettings('scriptData', {'courseId': courseId,'uptype':'...
分类:其他好文   时间:2014-07-11 21:19:13    阅读次数:167
JS中innerHTML,innerText,value
innerHTMLMy First Web PageMy First Paragraph.输出结果:My First Web PageMy First JavascriptinnerTextMy First Web PageMy First Paragraph.输出结果:My First Web P...
分类:Web程序   时间:2014-07-11 21:13:22    阅读次数:228
颜色聚类
这是一个按照图片颜色深浅的聚类算法 1 function [ result ] = my_kcluster_random( imgAddress ) 2 %UNTITLED Summary of this function goes here 3 % Detailed explanation g.....
分类:其他好文   时间:2014-07-11 18:47:45    阅读次数:148
数据库连接代码 (javaBean)
数据库代码连接public class DataCon { private static final String Driver = "com.mysql.jdbc.Driver";//jar包驱动 private static final String url = "jdbc:my...
分类:数据库   时间:2014-07-11 12:11:08    阅读次数:215
mysql配置主从复制 第一篇
安装好一个mysql到D盘。然后把D盘的mysql文件夹复制到另外一个盘。我这里选择E盘之后修改 根目录下的 my.ini 端口号[mysqld]port = 3307ps:一定要和另外一个区分开。安装服务mysqld install mysql启动mysql服务net start mysql删除....
分类:数据库   时间:2014-07-11 11:30:15    阅读次数:211
mysql配置主从复制 第二篇
经过查询资料,终于把mysql主从复制搞定了。此版本是mysql5.0的。 好了,开始说步骤。首先,上篇已经说过了,需要复制一份安装文件到另外一个盘。接下来修改注册表。 好了,完了之后,我们修改mysql根目录下的my.ini文件。当然,修改之前你需要备份一下。省的以后启动不起来。---------...
分类:数据库   时间:2014-07-10 16:33:41    阅读次数:248
不做有才华的穷人1
一 词组1 fill with e.g. I let my lungs fill with the scented air. fill sth with sth e.g. You don’t need green fingers to fill your home with lush leaves....
分类:其他好文   时间:2014-07-09 14:06:08    阅读次数:216
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!