- 博客(109)
- 收藏
- 关注
原创 Android 解决软键盘遮挡登陆按钮
【Android】解决软键盘遮挡登陆按钮 http://www.jackyshen.com/2011/07/20/fail-to-connect-Jenkins-to-Mac/ 日期http://blog.youkuaiyun.com/classhao1/article/details/8182733 http://www.cnblogs.com/cute/archive/20...
2015-05-14 15:57:31
386
原创 Android compress Image
Android图片压缩(质量压缩和尺寸压缩) Android对图片进行压缩 https://androidmyway.wordpress.com/2012/02/05/selecting-image-from-gallery-or-taking-image-from-camera-with-options-menu-uploading-to-server/ source...
2015-04-14 23:42:15
235
原创 股票基本知识
从对期货一无所知的状态到可以进行交易的状态 做了三个月的商品期货,提高技术分析能力 关于股票的经典书籍有哪些推荐成年了想投资股票,该如何入门蚂蚁财经股票入门知识腾讯财经 股票入门知识 十二年老股民心得:LEVEL2博弈操盘手 如果您想要看书籍的话,可以推荐您看证券从业资格考试的这2本书《证券基础知识》和《证券交易》,这2本书把证券基本...
2014-09-11 23:41:07
241
原创 Android模拟器Genymotion的安装和使用
1. 下载 去 官网下载(需先注册一个账号),下载的是genymotion-2.2.0-vbox.exe文件,这个文件集成了virtualbox,也可以单独下载virtualBox进行安装。ps genymotion纯净安装包只有25M左右,virtualBox安装包占100M左右。 2. 预安装依赖包(如果已经安装,跳过)下载地址1:Microsoft Visua...
2014-04-29 14:34:54
172
原创 图像查看软软件XnView
是免费软件,可取色、截取屏幕、量大小 下载地址:http://software-files-a.cnet.com/s/software/13/66/03/60/picpick_inst.exe?lop=link&ptype=3001&ontid=2192&siteId=4&edId=3&spi=9cf149d47b72c1ee6ccf91...
2014-04-28 13:52:56
537
原创 Eidtplus使用
1. 先安装epp370;2. 再安装补丁epp370_patch_1903.将汉化补丁覆盖到源文件:http://www.cnblogs.com/hanzisearcher/archive/2012/09/14/editplus.html 注册码linzhihui5A2B6-69740-D9CDE-79702-C9CCD...
2014-04-28 11:50:45
193
原创 Android nine-patch 原理解释
Android How to use 9 patch png? http://adilsoomro.blogspot.com/2012/11/android-how-to-use-9-patch-png.html 实例切图 Android ListView with Speech Bubblehttps://github.com/AdilS...
2014-04-15 23:30:02
164
原创 QQ国际版 2.0
下载地址:点此下载简体中文补丁: 下载 1、安装官方QQ国际版之后,打开$QQ\Tencent\QQIntl\I18N\目录(若安装在其它地方,请自己行查找I18N目录)2、把I18N目录里面的所有文件删除。3、下载汉化包。解压汉化包至I18N目录。4、启动QQ国际版,汉化OK!...
2014-04-11 20:19:54
153
原创 elcipse dropin安装方式
以前安装Eclipse插件无非两种方式, 直接copy插件到features/plugins目录或者在links目录下创建链接文件. 刚刚发布的Eclipse 3.5又推出另一种新的安装途径, 更加灵活。Eclipse 3.5下有个dropins目录, 只要把插件放到该目录下就可以加载, 有几种格式可以选择。Eclipse 3.5插件安装方式 以前安装Eclipse插件...
2014-04-03 20:29:34
277
原创 android ndk安装是使用
Android NDK Hello + JNI 与 NDK区别http://blog.youkuaiyun.com/moubenmao_jun/article/details/17123263 在Windows中的安装Android NDK开发环境http://blog.youkuaiyun.com/tonyfield2015/article/details/8595449 android nd...
2014-03-30 10:48:33
140
原创 android 开源项目推荐
Android开源项目第一篇——个性化控件(View)篇http://www.trinea.cn/android/android-open-source-projects-view/https://github.com/Trinea/android-open-project Android优秀开源项目http://blog.tisa7.com/android_open_s...
2014-03-20 18:01:29
129
原创 ios 面试
ios 面试题集合http://blog.youkuaiyun.com/xunyn/article/category/1676785 十个iOS面试问题【2年工作经验】http://itindex.net/detail/46346-ios-%E9%9D%A2%E8%AF%95-%E9%97%AE%E9%A2%98 iOS进阶面试题----经典10道(回答)http://b...
2014-03-18 23:14:39
225
原创 mac 在xib文件中查找图片名
grep -i -r --include=*.xib "splash_logo.png" /Users/zte/worspace/ztea
2014-03-10 15:25:28
144
原创 Windows 批量删除文件、文件夹
经常用到批量删除文件、文件夹功能,特此记录下 1 删除文件夹 FOR /F "tokens=*" %%G IN ('DIR /B /AD /S *.svn') DO RMDIR /S /Q "%%G" 2. 删除文件 FOR /F "tokens=*" %%G IN ('DIR /B /A-D /S *.DS_Store') DO DEL /S /Q "%...
2014-03-08 15:50:00
852
原创 Asynchronous UITableViewCell content loading done right
http://stavash.wordpress.com/2012/12/14/advanced-issues-asynchronous-uitableviewcell-content-loading-done-right/DEC 14Haven’t you always wondered why your UITableView is loading “almost” pe...
2014-01-02 17:05:34
123
原创 ios UINavigationController中强制只有一个viewcontroller 为 landscape 模式
竖屏模式代码 - (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)toInterfaceOrientation{ return (toInterfaceOrientation == UIInterfaceOrientationPortrait);}-(BOOL)should...
2013-12-04 22:00:19
230
原创 Resizing a UITableView’s tableHeaderView
原文链接: http://davidjhinson.wordpress.com/2009/03/24/resizing-a-uitableviews-tableheaderview/ Resizing a UITableView’s tableHeaderViewFor many who use UITableView, unless you’re doing something...
2013-12-02 19:02:48
107
原创 xnView 2.10 免费图片浏览和编辑软件
xnView 2.10 绿色版注册版-最强大的免费图片浏览和编辑软件你在寻找臃肿的ACDSEE的替代品吗?你还在为ACDSEE不是免费软件而发愁吗?不用担心,xnview完全可以取代它在你电脑中的位置,并且功能甚至比ACDSEE更加的强大和灵活!xnview的版本和大小:xnview是一个专业的图片浏览器和图片处理软件,官网上有三个版本,分别是完整版 (Some Plug...
2013-11-20 11:36:06
776
原创 优酷站内获取m3u8地址
在优酷的网页上随便点个视频,获得该视频的网页网址,比如:http://v.youku.com/v_show/id_XNTY3ODc5NTk2.html其中,XNTY3ODc5NTk2是它的ID号。 将下面格式中的xxxx替换成上面的ID号,就可以了:(1)http://v.youku.com/player/getRealM3U8/vid/xxxx/type/mp4/v.m3...
2013-11-08 10:39:22
7772
原创 ios Hessian Kit 包使用
下载地址: http://sourceforge.net/projects/hessiankit/介绍:http://www.jayway.com/2008/07/10/hessiankit-released/协议介绍 http://hessian.caucho.com/ HessianKitHessianKit is a Framework for Objectiv...
2013-11-07 20:56:21
139
原创 LG Optimus G Pro 相关
移动卡入韩版前需要三思 http://bbs.gfan.com/android-6869536-1-1.html GPS 配置文件 http://bbs.gfan.com/android-6760891-1-1.html http://bbs.gfan.com/android-6869520-1-1.html 推荐在韩版4.12的kdz基础上刷...
2013-11-04 13:27:45
144
原创 Android 调用intent 拍照(转)
原文: http://achorniy.wordpress.com/2010/04/26/howto-launch-android-camera-using-intents/ Instead of writing your own activity to capture the pictures you probably prefer (in most cases) to use ...
2013-09-27 17:36:15
235
原创 Updating the UI from another thread in iOS
http://chritto.wordpress.com/2012/12/20/updating-the-ui-from-another-thread/Often, you’ll be in the context of another thread and you need to update something on the screen. This could be because y...
2013-09-23 23:00:22
86
原创 JQuery学习
JQuery 学习资料汇总 http://www.cnblogs.com/gaoweipeng/archive/2009/06/05/1496587.html JQuery UI框架汇总http://www.oschina.net/project/tag/277/jquery-ui AJAX学习之序列二:struts2 jquery json 实现AJAX 注册ID验证...
2013-05-11 17:52:24
101
原创 spring jpetstore 学习
Spring JPetStore学习(一)配置JPetStorehttp://www.cnblogs.com/cxccbv/archive/2009/07/17/1525471.html Spring JPetStore(一) 发布JPetStore应用http://www.blogjava.net/linansengling/archive/2006/09/16/70041.h...
2013-05-09 21:37:26
99
原创 linux下咋装lnmp教程
Install NGINX & PHP 5.3 with FPM on Centos 6 (1) http://piyecarane.wordpress.com/2011/11/11/install-nginx-php-5-3-with-fpm-on-centos-6-1/ Installing Nginx and PHP 5.3 and MySQL 5.1...
2013-04-03 18:34:09
111
原创 英语学习推荐
台湾谢孟媛英语语法视频(143讲)http://shipin.haiwen.net/yingyu/album-977/play-0.html http://www.liuhanbao.com/xmy.html 网上找来的 --------------------------------------------------- 乐知英语是干嘛的?很简单,就是...
2013-03-26 01:14:46
147
原创 ImageView loader
lazy-loading-of-images-in-listviewhttp://negativeprobability.blogspot.com/2011/08/lazy-loading-of-images-in-listview.html Lazy Loading of Images in List-view in android(only src code)http:...
2013-01-10 20:29:49
86
原创 google-code-prettify 代码格式化
google-code-prettify http://code.google.com/p/google-code-prettify/ custom csshttp://twitter.github.com/bootstrap/base-css.html#code http://blog.gregwym.info/Trapecho-boostrap-based-typ...
2012-12-11 01:17:32
317
原创 css 入门学习
测试CSS 网页http://www.w3schools.com/css/tryit.asp?filename=ex1 W3C school中文学习http://www.w3school.com.cn/css/index.asp CSS 学习指南http://www.tolearn.com.cn/use_css/ 梦之都Css 学习http...
2012-12-06 23:07:20
102
原创 wordpress学习
推荐一个不错的wordpress教程http://wangyueblog.com/2008/08/14/recommend-a-good-wordpres-stutorial/ 曹鹏WORDPRESS视频教程http://www.caopeng.net/2010/03/wordpress/ WordPress视频教程全集(共22集)下载http://www....
2012-12-05 11:17:37
179
原创 Balsamiq Mockups 完全使用(转)
Balsamiq Mockups 完全使用http://www.hanjunxing.com/balsamiq-mockups-one-for-all Name: helloWorldKey: eJzzzU/OLi0odswsqslIzcnJD88vykmpsUQCNc41hjV+7q5+AF74Ds8=
2012-11-28 10:57:26
594
原创 Linux 入门学习书籍
鸟哥的私房菜在线阅读: 鸟哥的私房菜下载: http://download.youkuaiyun.com/detail/nokia6100/4802719 Linux命令、编辑器与Shell
2012-11-26 09:48:32
151
原创 Android软件汉化/精简/去广告/优化教程
Android软件汉化/精简/去广告/优化教程 FAQhttp://bbs.xda.cn/thread-10968699-1-1.html Android软件汉化/精简/去广告/优化教程,原来自己也可以动手~~!http://bbs.zhangku.com/thread-72809-1-1.htmlapk的反编译、修改smail文件http://blog.youkuaiyun.com/deltat...
2012-11-21 00:38:12
492
原创 Hibernate 多表查询
一 、 通过原生sQl查询 老外的网站NB啊http://stackoverflow.com/questions/9197780/hibernate-complex-query-from-multiple-tables-to-one-object Finally I could solved using this code: String stringQuer...
2012-08-31 22:22:14
106
原创 sql 换行符处理
There are times when you need to insert some special characters such as “newline”,”tab” etc as values into a field. Usually every one tries with ‘\n’ or ‘\t’, in vain. we can do this by using the A...
2012-08-17 18:14:09
1195
原创 java client server data model 传输
Implementing a simple Client-Server model1. http://www.hassanpur.com/blog/2010/09/android-development-implementing-a-simple-client-server-model/ 采用Client/Server模型理解回调callback 2. http://ocaicai...
2012-07-28 19:25:59
166
原创 ListView group item
1. 这篇博客比较基础,非常感谢http://android.amberfog.com/?p=296 2. 这个也是比较清晰,用模型区分http://bartinger.at/listview-with-sectionsseparators/ 3, 这个也不错,提供了两种方法的区别http://android.cyrilmottier.com/?p=440 4....
2012-07-04 22:03:47
128
原创 android 日历控件
google 日历搜索http://www.google.com/search?q=android+calendar+view&hl=en&newwindow=1&biw=1920&bih=854&prmd=imvnsa&tbm=isch&tbo=u&source=univ&sa=X&ei=9JXDT9-9MqHA...
2012-05-28 23:46:03
167
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人