码迷,mamicode.com
首页 >  
搜索关键字:my life    ( 15847个结果
Android 优化篇
http://my.oschina.net/u/586684/blog/2078441. 使用保守的Service2.当视图变为隐藏状态后释放内存: 当用户跳转到不同的应用并且你的视图不再显示时, 你应该释放应用视图所占的资源. 这时释放所占用的资源能显著的提高系统的缓存处理容量, 并且对用户的体....
分类:移动开发   时间:2014-07-09 16:39:02    阅读次数:198
js简单菜单
"> My JSP 'menu.jsp' starting page --> 手机数码 手机数码1 手机数码2 手机数码3 淘宝集市 淘宝集市1 淘宝集市2 淘宝集市3 品牌商城 品牌商城1 品牌商城2 品牌商城3
分类:Web程序   时间:2014-07-09 00:47:23    阅读次数:284
TiQuery
TiQuery 是一个基于JQuery 的在Titanium上使用的 javascript 库TiQuery 为TI 提供了很快捷的方法:// Utilities$.info('My message');$.error('my error message');$.include('path/to/f...
分类:其他好文   时间:2014-07-08 22:11:01    阅读次数:239
hdu1829 A Bug's Life (并查集)
hdu1829 A Bug's Life (并查集)...
分类:其他好文   时间:2014-07-08 19:38:19    阅读次数:139
POJ-1324-Holedox Moving(BFS)
Description During winter, the most hungry and severe time, Holedox sleeps in its lair. When spring comes, Holedox wakes up, moves to the exit of its lair, comes out, and begins its new life.  Hol...
分类:其他好文   时间:2014-07-08 17:28:54    阅读次数:256
SICP -- Building Abstractions With Procedures
;; Building Abstractions With Procedures ( define ( my-sqrt x )         ( define ( good-enough? guess )       (        ( define ( improve guess )        ( average guess ( / x guess ) ) ) ...
分类:其他好文   时间:2014-07-08 15:22:37    阅读次数:306
LeetCode:: Unique Binary Search Trees[详细分析]
Unique Binary Search Trees  My Submissions Given n, how many structurally unique BST's (binary search trees) that store values 1...n? For example, Given n = 3, there are a total of 5 uniqu...
分类:其他好文   时间:2014-07-08 14:18:39    阅读次数:159
UVALive 6073 Math Magic
6073 Math MagicYesterday, my teacher taught us about math: +, -, *, /, GCD, LCM... As you know, LCM (Leastcommon multiple) of t...
分类:其他好文   时间:2014-07-08 12:43:37    阅读次数:218
mysql通过data文件恢复数据库的方式
1.首先定位mysql的my.ini配置文件,查找datadir的位置#Path to the database rootdatadir="C:/ProgramData/MySQL/MySQL Server 5.5/Data/"一般情况下,该文件夹是隐藏,需要显示所有文件。2.将data目录下的文件...
分类:数据库   时间:2014-07-08 11:36:20    阅读次数:195
DataUml Design 教程7 - 数据库生成模型
DataUml Design支持数据库生成模型,并支持外键关系,能够根据外键自动生成类与类之间的关系。 目前DataUML Design支持MS Server、MY SQL、Oracle和Access数据库,其它数据库待续。   DataUml Design支持数据库表生成类图,支持浏览数据库对象功能。   一、浏览数据库对象     1、选择要查看的数据库对象,鼠标右键,点击“连接”菜单。...
分类:数据库   时间:2014-07-08 11:09:46    阅读次数:259
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!