两个改进一、一些交易参数实现持久化,即(费率,其他费用等)退出自动保存,下次再开启程序时无需再次输入。Android单机数据持久化一般三种方法,1、文件流。2、(简易)数据库SQLite。3、使用SharedPreferences.Editor方法保存成xml文件,使用SharedPreferenc...
分类:
其他好文 时间:
2014-05-24 05:42:09
阅读次数:
261
只有熟练的使用才能熟练的掌握Vi。
在网页中快速查询,输入ctrl+F。具体实践中,不清楚的地方请自己尝试。
1 Vi的两个模式
Vi 分为命令模式和插入模式。命令模式用于输入命令,来进行移动光标等操作;插入模式就是用来输入文本的。
刚进入vi是命令模式,按i键可以进入插入模式,按Esc键可以进入命令模式。
2.打开和关闭文件
命令行输入vi filename,如果存在...
分类:
其他好文 时间:
2014-05-20 16:00:35
阅读次数:
209
假设sublime文件夹在C:\\Users\\T430i\\Downloads\\Sublime Text Build 3059 x64\\则:Windows
Registry Editor Version 5.00[HKEY_CLASSES_ROOT\*\shell\Sublime Text 3...
分类:
其他好文 时间:
2014-05-20 02:42:36
阅读次数:
289
NicEdit - WYSIWYG Content Editor, Inline Rich
Text ApplicationWhat is NicEdit?NicEdit is a Lightweight, Cross Platform, Inline
Content Editor to allow...
分类:
其他好文 时间:
2014-05-19 22:33:12
阅读次数:
391
NicEdit - WYSIWYG Content Editor, Inline Rich
Text ApplicationBy calling the nicEditors.allTextareas() function the below
example replaces all 3 texta...
分类:
移动开发 时间:
2014-05-19 22:22:52
阅读次数:
320
Welcome to StackEdit! Hello, I am your first
Markdown document within StackEdit1. Don’t delete me, I can be helpful. I can be
recovered anyway in the ...
分类:
其他好文 时间:
2014-05-19 17:50:48
阅读次数:
407
一.
Markdown语法的简要规则标题标题是非常重要的一个标记,一段文字标记为标题,只需要在文字前加#。具体可以支持到1到6个#1234 # 一级标题 ##
二级标题 ### 三级标题 #### 四级标题建议在#后,最好加入一个空格,这是Mardown的标准写法列表列表主要两种类型,无序和...
分类:
其他好文 时间:
2014-05-18 20:09:40
阅读次数:
427
Unity3d 镜面反射
网上能找到的基本上是固定管道或表面渲染的shader,
特此翻译为顶点、片段渲染的Shader,
本源码只涉及shader与cs部分,
Editor部分使用NGUI绘制的,
请自行下载NGUI
unity3d 版本:v4.3.1...
分类:
其他好文 时间:
2014-05-18 18:32:29
阅读次数:
389
1、安装gconf-editor yum list | grep conf-editoryum
install gconf-editor2、运行gconf-editor设置: apps ---> gedit-2 ---> preferences
----> encodingauto-detected...
分类:
其他好文 时间:
2014-05-17 18:18:56
阅读次数:
215
在eclipse启动tomcat时遇到超时45秒的问题:
Server Tomcat v7.0 Server at localhost was unable to startwithin 45 seconds. If the server requires more time, try increasingthe timeout in the server editor.
网上解决办法...
分类:
其他好文 时间:
2014-05-15 18:31:36
阅读次数:
242