码迷,mamicode.com
首页 >  
搜索关键字:change    ( 6994个结果
apache 2.2安装
下载apache2.2 http server,安装next,见到set type,选择custom类型安装,change改变安装路径,next到finsh安装完成,默认80端口,打开浏览器http://localhost,show view "it works !"成功安装。 配置环境变量...
分类:其他好文   时间:2014-07-29 11:23:36    阅读次数:244
Android Configuration change属性
问题:横竖屏切换时Activity的生命周期?答案:1、不设置Activity的android:configChanges时,切屏会重新调用各个生命周期,切横屏时会执行一次,切竖屏时会执行两次2、设置Activity的android:configChanges=”orientation”时,切屏还是...
分类:移动开发   时间:2014-07-27 22:20:59    阅读次数:271
RHEL7 recover/reset root password
If you have lost or forgot root password of RHEL7, you can follow this step to change to a new password, this is different with the RHEL6 single-user mode...
分类:其他好文   时间:2014-07-26 02:49:36    阅读次数:276
Apache tips
1、How Do I change extension of php file RewriteEngine?On RewriteCond?%{REQUEST_FILENAME}?!-f RewriteRule?^(.*)\.html$?$1.php?[L]...
分类:其他好文   时间:2014-07-25 11:39:41    阅读次数:255
Excel 删除行数据的同时删除当前行中的对象
Private Sub Worksheet_Change(ByVal Target As Range)Dim srg As Range, x As ShapeIf Target.Count = Target.EntireRow.Cells.Count Then For Each x In Shape...
分类:其他好文   时间:2014-07-25 03:50:35    阅读次数:237
TortoiseSVN无法编辑日志信息的解决方法
提交时忘记编写日志,事后想在版本库浏览器中编辑日志信息,却弹出错误,“此版本库不允许修改版本属性请管理员创建pre-revprop-change钩子”。解决方法如下: 在版本库的hooks目录中,新建pre-revprop-change.ba...
分类:其他好文   时间:2014-07-25 00:11:44    阅读次数:285
Python的中文编码转换问题
与服务器进行数据交换时,尤其是数据中含有中文时,要注意中文的编码问题。要选择服务器接受的编码方式,否则会造成显示乱码。 经验: 实验室服务器的数据库,中文用GBK编码,但我提交的是UTF-8编码的中文,结果出现乱码: 于是借鉴了网上的代码,添加了自动转换指定编码的函数: #Change encoding type def chmod(mes, encodin...
分类:编程语言   时间:2014-07-24 23:16:03    阅读次数:255
Change Number to English By Reading rule of money
In the partime,  a simle program attracted my attention whose content is to change number to english by reading rule of money.It took about one hour to deal with this question. Now the source was shar...
分类:其他好文   时间:2014-07-24 23:15:23    阅读次数:280
Java基础面试:集合、内部类、线程
1.package test; import java.util.Hashtable; import java.util.Map; public class test { public static String change(String param){ param=null; return param; } public static void main(String[] a...
分类:编程语言   时间:2014-07-24 23:11:24    阅读次数:285
google host
### Host Database## localhost is used to configure the loopback interface# when the system is booting.Do not change this entry.127.0.0.1 localhost255....
分类:其他好文   时间:2014-07-24 21:47:13    阅读次数:553
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!