码迷,mamicode.com
首页 >  
搜索关键字:oh my zsh    ( 14955个结果
推荐29首,非常适合80后结婚用的好听歌曲
推荐29首,适合80后结婚用的歌曲 1:Sweet Dream 原因:Sweet Dream是由韩国张娜拉所唱的,非常适合婚礼所用,有几对明星结婚都是用这首歌。 2:Light Of My Life 原因:Light Of My Life是由Lara Fabian & 王力宏 合唱的,...
分类:其他好文   时间:2014-06-29 15:35:28    阅读次数:249
2014-2015-1学期使用的教材
亚马逊的链接http://www.amazon.cn/gp/product/B00JU59MIW/ref=oh_details_o00_s00_i00?ie=UTF8&psc=1有兴趣的同学可以在暑假找个电子版看看。
分类:其他好文   时间:2014-05-28 20:12:51    阅读次数:250
mysql中 int(M)中M
http://dev.mysql.com/doc/refman/5.0/en/numeric-type-overview.html 这个M 就是maximum display width。那什么是maximum display width?看了下面的例子很容易说明了,注意zerofill :my.....
分类:数据库   时间:2014-05-28 04:07:12    阅读次数:314
数据类型,
转:http://my.oschina.net/Neogl/blog/190543导航:基本类型ID对象类型常见的有对象类型-NSLog-NSNumber-NSString和NSMutableString-NSArray和NSMutableArray-NSSet和NSMutableSet-NSDic...
分类:其他好文   时间:2014-05-28 02:30:12    阅读次数:321
对Big Oh的新的认识
对Big Oh的新的认识一个问题,它有很多种算法都能实现。每种算法它的时间、空间复杂度不一样。比如:问题1: 求最大连续子序列和的问题,可以有O(n3)、O(n2)、O(nlogn)和O(n)四种时间复杂度的解法。请看下面的代码:一、O(n3)算法 二、O(n2)算法 三、O(nlogn)算法用分治...
分类:其他好文   时间:2014-05-26 19:17:41    阅读次数:234
如何去除快捷方式箭头?
复制以下内容到记事本,另存为my.bat 最好存到桌面保存类型选择“所有文件”,然后双击就可以了 。@echo offcolor 2reg delete HKCR\lnkfile /v IsShortcut /freg delete HKCR\piffile /v IsShortcut /freg ...
分类:其他好文   时间:2014-05-26 18:41:50    阅读次数:226
android学习笔记——利用BaseAdapter生成40个列表项
RT;main.xml MyActivity.javapublic class MyActivity extends Activity { /** * Called when the activity is first created. */ ListView my...
分类:移动开发   时间:2014-05-26 17:04:30    阅读次数:365
OpenGL 4 : 一个美丽的心 For you, My Love
画一个心形有很多公式可以使用,下面这个公式我认为最完美了: float x = R * 16 * pow(sin(theta), 3); float y = R * (13 * cos(theta) - 5*cos(2*theta) - 2*cos(3*theta) - cos(4*theta)); 画出来的心形最漂亮,最原始的笛卡尔的心形是个肥心,没这个好看,呵呵。 效果如下: ...
分类:其他好文   时间:2014-05-25 22:46:49    阅读次数:315
How to force the UI to refresh immediately(WPF)
Question0Sign in to voteFolks,In my application, when the user hits "Submit" button, I have to make a Web service call asynchronously. Here is what I ...
分类:其他好文   时间:2014-05-25 22:19:32    阅读次数:657
PHP中输出缓冲
<?php /*--------------------编写自己的缓存类---------------*/ class my_cache{ //定义有关变量 private $cache_time;//缓存有效时间 private $cache_file;//缓存文件保存路径 //初始化类,默认是index.html时间是1 function __construc...
分类:Web程序   时间:2014-05-25 21:54:23    阅读次数:328
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!