码迷,mamicode.com
首页 >  
搜索关键字:android file    ( 149169个结果
19 inflate用法
LayoutInflater inflater=(LayoutInflater)context.getSystemService(Context.LAYOUT_INFLATER_SERVICE);View layout = inflater.inflate(R.layout.main, null);...
分类:其他好文   时间:2014-05-01 13:10:22    阅读次数:310
在一台电脑访问另一台电脑的mysql数据库
1.假设192.168.1.3为服务器2.首先在ip为192.168.1.103的机子上能够ping通运行->cmd>ping192.168.1.3检查是否能ping通3.把两台电脑的IP设置在同一个网段,如:192.168.1.2,192.168.1.3。。。。。子网:255.255.255.0网...
分类:数据库   时间:2014-05-01 13:01:56    阅读次数:580
Iterator和Enumeration
iterator的hasNext() 和 next()方法用于enumeration的hasMoreElements() 和 nextElement()iterator it = a.itreator();Enumeration en = new Enumeration(){@Overridepub...
分类:其他好文   时间:2014-05-01 12:59:57    阅读次数:358
对字典作集合操作
>>> d1 = dict(a = 1, b = 2)>>> d2 = dict(b = 2, c = 3)>>> d1 & d2 # 字典不?支持该操作Traceback (most recent call last): File "", line 1, in TypeError: unsupp....
分类:其他好文   时间:2014-05-01 12:50:50    阅读次数:341
NPOI技术,
using(FileStream stream=new FileStream("C:\Users\XXXXXX\Desktop\1.xls",FileMode.Open)) { HSSFWorkbook workbook=new HSSF...
分类:其他好文   时间:2014-05-01 12:43:07    阅读次数:366
Android Lock Pattern 图案解锁
参考链接:http://www.cnblogs.com/dyingbleed/archive/2012/12/03/2800007.html http://blog.csdn.net/way_ping_li/article/details/8925936
分类:移动开发   时间:2014-05-01 12:38:33    阅读次数:438
创建文本文件
StreamWriter SW; SW = File.CreateText(@"C:\Documents and Settings\Administrator\桌面\MyTextFile.txt"); SW.WriteLine("File Created ...
分类:其他好文   时间:2014-05-01 12:01:44    阅读次数:278
android常用工具记录
ActionBarSherlock:actionbar统一Api,独立于android各个版本,扩展于support library。网址:http://actionbarsherlock.com/
分类:移动开发   时间:2014-05-01 11:55:15    阅读次数:410
Python安装、配置图文详解(转载)
Python安装、配置图文详解目录: 一. Python简介二. 安装python1. 在windows下安装2. 在Linux下安装 三. 在windows下配置python集成开发环境(IDE)1. 在Eclipse中安装PyDev插件2. 配置Python Interpreters 四. 创建...
分类:编程语言   时间:2014-05-01 11:50:41    阅读次数:430
windows 下文件上传到fastdfs
php.ini 配置[fastdfs]; the base pathfastdfs_client.base_path = D:/tmp; connect timeout in seconds; default value is 30sfastdfs_client.connect_timeout = ...
分类:Windows程序   时间:2014-05-01 11:40:56    阅读次数:1211
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!