码迷,mamicode.com
首页 >  
搜索关键字:et    ( 845个结果
Android隐藏输入法
输入法隐藏两种方式: /** * 隐藏输入法 * * @param myActivity */ public static void hideInput(Activity myActivity,EditText et) { if(et==null) { ((Inpu...
分类:移动开发   时间:2014-07-16 23:20:25    阅读次数:329
如何判断SharedPreferences 记录存在
private EditText et; private String ettext; SharedPreferences settings; Editor editor; //设置settings = getSharedPreferences("nick", 0); ...
分类:其他好文   时间:2014-07-07 16:11:16    阅读次数:267
Open vSwitch安装
open vSwitch是将传统交换机的控制和转发层面分离,open vSwitch只负责转发数据包,控制器控制open vSwitch如何转发拓扑结构如下:我的机器上有eth0、eth1和eth2网口,eth0与eth1、eth2独立分开,host1通过网线连接eth1,host2通过网线连接et...
分类:其他好文   时间:2014-07-01 00:36:14    阅读次数:254
ghd pas cher bas prix dépend fortement du type de peau et de préférence
Avant nous commençons à penser les cheveux GHD fer à lisser suit la tendance identique permet de prendre juste mentionner plusieurs différences import...
分类:其他好文   时间:2014-06-28 19:44:40    阅读次数:282
Linux单机系统管理一:账号管理
第一:用户 1:配置文件 /etc/passwd /etc/shadow 2:过程 文件/etc/passwd中寻找账户---->文件/etc/shadow中匹配密码--->加载相应shell 3:文件 /etc/passwd 账号名:密码:UID:GID:用户说明信息:主文件夹:shell /et...
分类:系统相关   时间:2014-06-25 15:18:51    阅读次数:337
UVA 10515 - Powers Et Al.(数论)
UVA 10515 - Powers Et Al. 题目链接 题意:求出m^n最后一位数 思路:由于m和n都非常大,直接算肯定是不行的,很容易想到取最后一位来算,然后又很容易想到最后一位不断乘自身肯定会形成周期,并且这个周期还挺短的,于是先求出周期,然后用n去取模该周期求出答案是第几个即可 代码: #include #include int t[10]; int...
分类:其他好文   时间:2014-06-24 19:53:06    阅读次数:209
lisseur ghd et confirme hors de tout doute qu'une personne
Et-G peut durer jusqu'à cinq jours dans l'urine, lisseur ghd et confirme hors de tout doute qu'une personne a bu un verre en ce moment. Si vos cheveux...
分类:其他好文   时间:2014-06-23 08:11:00    阅读次数:257
推荐我看过的几本好书给大家(1)
推荐几本我看过的好书给大家!首先必须对亚马逊偷图向亚马逊表示歉意 :)Bryant R E, 布赖恩特, O'Hallaron D, et al. 深入理解计算机系统[M]. 中国电力出版社, 2004.这本书讲的相当的好,CMU两位老师写的,建议那些学习编程感到遇到瓶颈的同学来看一看这本书,另外翻...
分类:其他好文   时间:2014-06-22 23:09:35    阅读次数:248
使用LinqToExcel读取Excel
我们读取和写入Excel 经常使用NPOI工具,如果我们的需求只是需要读取Excel,可以考虑使用LinqToExcel这个组件。这个组件用起来简单,实用,操作方便,而且结合了Linq的查询特性,excel版本不仅支持2003,而且连wps表格都支持(后缀名为.et),csv文件更不在话下了。项目地...
分类:其他好文   时间:2014-06-22 13:13:16    阅读次数:307
ghd pas cher bas prix dépend fortement du type de peau et de préférence
Avant nous commençons à penser les cheveux GHD fer à lisser suit la tendance identique permet de prendre juste mentionner plusieurs différences import...
分类:其他好文   时间:2014-06-21 08:12:46    阅读次数:228
845条   上一页 1 ... 80 81 82 83 84 85 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!