码迷,mamicode.com
首页 >  
搜索关键字:gbk encoding support    ( 19109个结果
修改eclipse默认编码方式
设置js文件的默认编码格式为UTF-8 在Windows->Preference页面中,选择General->Content Types 在右边的框中,选择Text->Javascript,将下面的Default Encoding改为utf-8 设置workspace的编码格式为UTF-8 在...
分类:系统相关   时间:2014-05-08 17:45:14    阅读次数:385
node.js使用iconv-lite和zlib解决gzip压缩和gbk乱码
安装插件request,iconv-lite。zlib內置。1、设置请求参数中的encoding为null,这样传入回调函数中的body将是一个buffer。(默认为utf8编码)2、用zlib.gunzip()方法对body进行解压,解压的到的依然是个buffer。request({ uri: u...
分类:Web程序   时间:2014-05-08 12:19:22    阅读次数:851
python 向上取整ceil 向下取整floor 四舍五入round
#encoding:utf-8import math#向上取整print "math.ceil---"print "math.ceil(2.3) => ", math.ceil(2.3)print "math.ceil(2.6) => ", math.ceil(2.6)#向下取整print "\nm...
分类:编程语言   时间:2014-05-08 12:11:13    阅读次数:467
使用官方Android-support-v7在低版本上使用ActionBarActivity
昨天晚上更新了下Android SDK Manager,发现Extras下的Android Support Library已经更新到19.1了,上网一查原来是sdk\extras\android\support\v7中的android-support-v7目录又添加了新的内容。据官方介绍,and.....
分类:移动开发   时间:2014-05-08 11:57:12    阅读次数:426
python2.7.3 problem:no module name _ssl
本文章參考與:http://www.webtop.com.au/blog/compiling-python-with-ssl-support-fedora-10-2009020237。當我"修"好yum之後就開始修python的ssl問題。我的電腦有python的多個版本。在python2.6.6中...
分类:编程语言   时间:2014-05-08 11:46:52    阅读次数:507
css 模板
css RESET@CHARSET "gbk"; /*设置编码*/body,h1,h2,h3,h4,h5,h6,hr,p,blockquote, /** 结构元素 **/dl,dt,dd,ul,ol,li, /** 列表元素 **/pre, /** 文本格式元素 **/form,fields...
分类:Web程序   时间:2014-05-08 11:34:15    阅读次数:455
python批量修改指定目录文件名
这小例子只要是说明用python怎么批量修改指定目录的文件名: 记得要把脚本跟修改的文件放在同一个目录下 #encoding:utf-8 import os import sys files = os.listdir('D:\\1') #路径可以自己 for name in files: a = os.path.splitext(name) if a[1] == '.txt': ...
分类:编程语言   时间:2014-05-08 08:16:14    阅读次数:537
如何在XAF中显示自定义窗体和控件
https://www.devexpress.com/Support/Center/Example/Details/E911
分类:Windows程序   时间:2014-05-08 06:30:23    阅读次数:387
android.app.FragmentManager 与 android.support.v4.app.FragmentManager带来的若干Error
待...
分类:移动开发   时间:2014-05-08 04:59:12    阅读次数:318
广告指示器滑动效果
这段代码用的是ViewPager+自定义控件技术实现的广告指示器滑动效果先展示下主要代码以及效果后面会附上源代码的BannerFragment.javapackagecom.example.ex_templete; importandroid.os.Bundle; importandroid.support.v4.app.Fragment; importandroid.support.v4.app.FragmentM..
分类:其他好文   时间:2014-05-08 03:11:31    阅读次数:356
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!