string path = Server.MapPath("copycode/code.txt");
string[] allCodeLine = System.IO.File.ReadAllLines(path, System.Text.Encoding.UTF8);
System.Text.StringBuilder strb = new Sys...
分类:
Web程序 时间:
2014-07-22 23:02:54
阅读次数:
366
原pom.xml配置文件: 4.0.0 com.my.helloworld hello-world
1.0-SNAPSHOT Maven Hello World Project junit jun...
分类:
其他好文 时间:
2014-07-22 22:59:36
阅读次数:
374
显示中文会变成乱码解决方案:Windows- >Pereferences-
>General->Workspace- >Text File Encoding
选项下选择other,然后输入"GBK"即可当然你系统安装了东亚字体的支持才行,控制面板-区域选项里安装。
分类:
系统相关 时间:
2014-05-10 10:12:30
阅读次数:
358
paip. 混合编程的实现resin4 (自带Quercus ) 配置 php 环境
#---混合编程的类型
1.代码inline 方式
2.使用库/api 解析方式.
#----配置resin 支持php
resin4默认自动支持php..
也能手动配置了.web.xml加php的servlet解析..参考Quercus让你的PHP开心在Servlet容器奔跑
#...
分类:
Web程序 时间:
2014-05-05 21:23:47
阅读次数:
306
由于没有源码,想改dll,就要依靠反汇编了。输入 ildasm.exe据说也可以直接
C:\Program Files\Microsoft SDKs\Windows\v7.0A\bin 找到该软件在把 dll 扔进去 ,点击文件 --转储默认
utf8 ,点击确定,弹出保存对话框,建议放在某个磁盘下...
分类:
其他好文 时间:
2014-05-03 23:07:21
阅读次数:
481
首先准备两张图片,一张是EditText获得焦点后的边框背景,一张是没有获得焦点时的背景,注意制作成9.png样式的图片,然后在drawable里添加一个selector_edittext_bg.xml文件,内容如下:<?xmlversion="1.0"encoding="utf-8"?><selectorxmlns:android="http://schemas...
分类:
其他好文 时间:
2014-05-03 15:00:05
阅读次数:
328
BufferGo标准库Buffer是一个可变大小的字节缓冲区,可以用Wirte和Read方法操作它,在Go标准库中,定义了如下关于Buffer的数据结构。typeBufferstruct{
buf[]byte//contentsarethebytesbuf[off:len(buf)]
offint//readat&buf[off],writeat&buf[len(buf)]
runeBytes[utf8...
分类:
其他好文 时间:
2014-05-03 01:30:02
阅读次数:
539
1、导入jar包
2、拷贝修改配置文件struts.xml,web.xml
将struts.xml文件拷贝到src目录下,改为如下配置
xml version= "1.0" encoding = "UTF-8" ?>
DOCTYPE struts PUBLIC
"-//Apache Software Foundation//DTD
Struts Con...
分类:
其他好文 时间:
2014-05-02 22:45:20
阅读次数:
335
HTTP1.1请求头:消息头
Accept:text/html,image/*告诉服务器,客户机支持的数据类型Accept-Charset:ISO-8859-1告诉服务器,客户机采用的编码
Accept-EnCoding:gzip,compress告诉服务器,客户机支持的数据压缩格式Accept.....
分类:
其他好文 时间:
2014-05-02 08:46:58
阅读次数:
248
错误信息如下:
File "E:\work\pydev\pythodemo\src\code\string.py", line 1
SyntaxError: Non-ASCII character '\xe5' in file E:\work\pydev\pythodemo\src\code\string.py on line 1, but no encoding declared; see ...
分类:
编程语言 时间:
2014-05-01 22:00:23
阅读次数:
440