码迷,mamicode.com
首页 >  
搜索关键字:sublime text 乱码    ( 63870个结果
git push 失败
gitlab SSH 失败 解决方案,分享给大家 谢谢!...
分类:其他好文   时间:2014-05-01 18:11:29    阅读次数:400
ComboBoxPropertyDescriptor 中使用枚举类型
只贴出枚举相关的代码 1、实现了IPropertySource类的一部分 protected static final String PROPERTY_TEXT = "text"; //$NON-NLS-1$ protected static final String PROPERTY_ENABLE = "enable"; //$NON-NLS-1$ protected s...
分类:其他好文   时间:2014-04-30 22:31:40    阅读次数:261
CKEditor学习笔记3(CKEditor与CKFinder的Java整合)
下载地址CKEditor 我下载的版本ckfinder_java_2.4 解压之后,会看到一个CKFinderJava-2.4.war文件,直接放到Tomcat/webapps发布目录下,把服务打开就自动解压了,然后将ckfinder目录Copy到你项目WebRoot下。 步骤一:将CKFinderJava-2.4下的jar包Copy到你的项目下,还有WEB-INF/config.xml文件...
分类:编程语言   时间:2014-04-30 22:18:39    阅读次数:559
Spring在web.xml请求中定义编码(org.springframework.web.filter.CharacterEncodingFilter)
encodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 forceEncoding true ...
分类:编程语言   时间:2014-04-29 13:43:21    阅读次数:329
IOS UITextView加上placeholder
UITextView上如何加上类似于UITextField的placeholder呢,其实在UITextView上加上一个UILabel,然后再实现 - (BOOL)textView:(UITextView *)textView shouldChangeTextInRange:(NSRange)range replacementText:(NSString *)text这个代理方法就可以了。 ...
分类:移动开发   时间:2014-04-29 13:42:21    阅读次数:337
编程解决Linux下解压zip乱码问题
JDK7 的ZipInputStream新添了一个构造方法,第二个参数可以指定字符集。这样一来我们就能用这个类写一个解压程序解决zip乱码问题了。 下面是代码: package cn.fh; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io....
分类:系统相关   时间:2014-04-29 13:36:20    阅读次数:536
Android Text文本设置字体大小
可以指定单位: setTextSize(int unit, int size) TypedValue.COMPLEX_UNIT_PX : Pixels TypedValue.COMPLEX_UNIT_SP : Scaled Pixels TypedValue.COMPLEX_UNIT_DIP : Device Independent Pixels mText.setTextSize(...
分类:移动开发   时间:2014-04-29 13:22:20    阅读次数:345
SSH环境搭建,配置整合初步(一)
1,新Web工程,并把编码设为utf-8(所有的都是uft8数据库也是,就不会乱码了) 2,添加框架环境 Junit Struts2 Hibernate  Spring 3,整合SSH Struts2与Spring整合 Hibernate与Spring整合 4,资源分类 5,配置日志 Struts2 jar包 struts.xml, web.xml Hi...
分类:其他好文   时间:2014-04-29 13:16:21    阅读次数:304
Linq To Entity 多表联合查询
using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace LinqToEntity { class Program { static void Main(string[] args) { //...
分类:其他好文   时间:2014-04-29 13:16:21    阅读次数:574
python学习——编码
为了将各种不同的语言都包含在同一的字符集中,满足国际间的信息交流国际上制定了UNICODE字符集。 通过使用UNICODE字符集可以满足跨语言的文字处理,有效的避免乱码产生。 使用方法:在脚本中增加以下代码行之一 #-*- coding:utf-8 -*-#coding:utf-8 注意:如果是在命令行输出中文,则需要设定编码为cp936,文件格式保存为...
分类:编程语言   时间:2014-04-29 13:12:20    阅读次数:406
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!