码迷,mamicode.com
首页 >  
搜索关键字:sublime text 乱码    ( 63870个结果
print、print_r、echo到底有什么区别?
echo和print都可以做输出,不同的是,echo不是函数,没有返回值,而print是一个函数有返回值,所以相对而言如果只是输出 echo 会更快,而print_r通常用于打印变量的相关信息,通常在调试中使用。echo 不是函数,没有返回值print 是打印字符串print_r 则是打印复合...
分类:其他好文   时间:2014-04-30 21:18:17    阅读次数:409
tomcat中文乱码问题
在JavaWeb开发中,使用tomcat,与字符编码有关的有浏览器当前使用的编码(用于请求数据的编码),如果是jsp页面且没有手动修改浏览器浏览器编码,则就是page指令的pageEncoding属性所指定的编码tomcat的server.xml中的Connector元素的URIEncoding和u...
分类:其他好文   时间:2014-04-30 21:01:54    阅读次数:507
sublime sftp
2014-04-29 13:19:09先贴出打开远程(Linux)目录所需的配置文件{ // The tab key will cycle through the settings when first created // Visit http://wbond.net/sublime_...
分类:其他好文   时间:2014-04-30 20:49:48    阅读次数:657
jquery获得select option的值和对select option的操作
1、jQuery获取Select元素,并选择的Text和Value: 1. $("#select_id").change(function(){//code...}); //为Select添加事件,当选择其中一项时触发 2. var checkText=$("#select_id").find(.....
分类:Web程序   时间:2014-04-30 19:27:58    阅读次数:555
sublime text 3 语法检查插件
第一种方法:有点卡先去下载对应的开发环境,安装到本地,例如php。从Pakage Control中安装sublimelinter和sublimelinter-*,*为所用的语言,例如sublimelinter-php,不需要做其他配置,直接即可使用。这下各种方便,可以丢弃ide了。第二种方法:在编译...
分类:其他好文   时间:2014-04-30 17:20:19    阅读次数:1118
wpf 进度条 下拉
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading;using System.Threading.Tasks;using...
分类:其他好文   时间:2014-04-30 14:32:24    阅读次数:514
Struts2 获取项目名称
获取contextPath 获取requestURI
分类:其他好文   时间:2014-04-29 11:41:46    阅读次数:313
乱码问题
MySQL乱码问题jdbc.driverClassName=com.mysql.jdbc.Driverjdbc.url=jdbc:mysql://localhost:3306/fcpdbs?characterEncoding=utf-8#In-memory: jdbc:hsqldb:mem:dbna...
分类:其他好文   时间:2014-04-29 11:15:47    阅读次数:345
二代身份证号码校验 Java版
未命名import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateFormat;import java.util.Date;import java.util.regex.Pattern;...
分类:编程语言   时间:2014-04-29 11:15:46    阅读次数:619
C#读写文件总结
1、使用FileStream读写文件文件头:[csharp]view plaincopyprint?usingSystem;usingSystem.Collections.Generic;usingSystem.Text;usingSystem.IO;读文件核心代码:[csharp]view pla...
分类:其他好文   时间:2014-04-29 10:33:46    阅读次数:434
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!