From:http://blog.csdn.net/feifei454498130/article/details/6540133 import java.text.SimpleDateFormat; SimpleDateFormat formatter ...
分类:
移动开发 时间:
2015-01-26 22:17:15
阅读次数:
198
问题描述;
Given an array of words and a length L, format the text such that each line has exactly
L characters and is fully (left and right) justified.
You should pack your words in a greedy approach...
分类:
其他好文 时间:
2015-01-26 21:09:38
阅读次数:
185
1、错误描述
严重:Servlet.service() for servlet [clientServlet] in context with path [/User] threw exception
net.at.json.JSONException:JSONArray text must start with '[' at character 1 of 127.0.0...
分类:
Web程序 时间:
2015-01-26 21:04:15
阅读次数:
144
java项目中的properties类型的文件,多为配置文件。填写中文注释的时候,就会自动转为ascii码。
如果你文件》Properties》Text file encoding 改为UTF-8或者GBK还是不行的话,那只能安装properties插件了。
选择 Hepl》 Eclipse Marketplat eclipse市场,搜索properties,选择install,因为我安装过...
分类:
其他好文 时间:
2015-01-26 19:20:52
阅读次数:
183
修改数据库字符集:ALTER DATABASE db_name DEFAULT CHARACTER SET character_name [COLLATE ...];把表默认的字符集和所有字符列(CHAR,VARCHAR,TEXT)改为新的字符集:ALTER TABLE tbl_name CONVE...
分类:
数据库 时间:
2015-01-26 19:07:45
阅读次数:
178
如何清除图片下方出现几像素的空白间隙?方法1:img{display:block;}方法2:img{vertical-align:top;}除了top值,还可以设置为text-top | middle | bottom | text-bottom,甚至特定的和值都可以方法3:#test{font-s...
分类:
Web程序 时间:
2015-01-26 19:07:34
阅读次数:
219
通过控件和Collection()函数添加自定义集合在按钮OnSelect属性编写函数:Collect(items,{name:TextName!Text,price:Value(TextPrice!Text)})将两个文本框的值添加到集合items中。在Gallery中绑定集合items,其中La...
分类:
其他好文 时间:
2015-01-26 18:47:51
阅读次数:
178
按理说,右键新建一个文本文档,并且把“新建文本文档.txt”改名成"1.html",
然后再于里面写入:
中文
是一点问题没都没有了的,
可是,部分浏览器打开这个1.html却发现乱码,或者里面的表单传递值的时候发现,你为了不乱码,你就在标签中加入
毕竟网上都是这样说,这样在大多数情况也没有问题的,可是,如果你用notepad++打开这文件往里面一加这句话
如果你会发现...
分类:
Web程序 时间:
2015-01-26 17:14:30
阅读次数:
219
Ctrl+D 选词 (反复按快捷键,即可继续向下同时选中下一个相同的文本进行同时编辑)Ctrl+G 跳转到相应的行Ctrl+J 合并行(已选择需要合并的多行时)Ctrl+L 选择整行(按住-继续选择下行)Ctrl+M 光标移动至括号内开始或结束的位置Ctrl+T 词互换Ctrl+U 软撤销Ctrl+...
分类:
其他好文 时间:
2015-01-26 16:55:11
阅读次数:
102
在CI框架中base_url得到的路径是不包括入口的文件index.php文件site_url包含了入口文件。当调用MVC模式的时候使用site_url加载页面<linkhref="<?phpechobase_url(‘assets/styles/main.css‘);?>"rel="stylesheet"type="text/css"/><formmethod="post"action="<..
分类:
Web程序 时间:
2015-01-26 15:19:11
阅读次数:
480