码迷,mamicode.com
首页 >  
搜索关键字:properties edit    ( 13937个结果
开机默认命令行
ubuntu 12.04:edit file: /etc/default/grubGRUB_CMDLINE_LINUX_DEFAULT="xxx"-> GRUB_CMDLINE_LINUX_DEFAULT="xxx text"CentOS :edit file: /etc/inittab# init...
分类:其他好文   时间:2014-07-19 19:06:03    阅读次数:172
Fedora20的一些个人配置
1,关闭蜂鸣器edit /etc/bashrcsetterm -blength 0#setterm -bfreq 10 #这个可以设置声音频率2,vim 的一些stuf安装vim1,先卸载vim-minimal: # yum remove vim-minimal2,再安装: # yum instal...
分类:其他好文   时间:2014-07-19 18:03:19    阅读次数:209
sublime text 2 快捷键
文件 File新建文件Ctrl + N打开文件Ctrl + O打开最近关闭的文件Ctrl + Shift + T保存Ctrl + S另存为…Ctrl + Shift + S关闭文件Ctrl + W新建窗口Ctrl + Shift + N关闭窗口Ctrl + Shift + W编辑 Edit撤销Ctr...
分类:其他好文   时间:2014-07-18 17:18:15    阅读次数:257
SharedPreferences详解(一)——基础知识
我们在开发软件的时候,常需要向用户提供软件参数设置功能,例如我们常用的微信,用户可以设置是否允许陌生人添加自己为好友.对于软件配置参数的保存,如果是在window下通常我们会采用ini文件进行保存.如果是J2EE下面,我们会采用properties属性文件或者xml进行保存.在我们的Android应用中又适合采用什么方式保存软件配置参数呢?Android平台给我们提供了一个SharedPrefer...
分类:其他好文   时间:2014-07-18 13:30:36    阅读次数:199
不能读取 AppletViewer 的属性文件: C:\Users\Administrator\.hotjava\properties
解决方法:1.打开命令提示窗口(cmd)2.打入PolicyTool并按Enter3.在 PolicyTool对话框中,点击Add Policy Entry按钮(添加规则项目)4.点击Add Permission 按钮(添加 权限)5.点击许可下拉菜单选择 All Permission6.点击ok(...
分类:移动开发   时间:2014-07-18 13:29:50    阅读次数:295
No edit session in the progress
运行环境:开发环境:Windows7旗舰版64bit、VisualStudio2008 With SP1、ArcEngine10.0、NetFrameWork4.0、IIS7和C#开发语言。问题描述:通过AE编写的WebService在进行调试时,在网络进行流向初始化的时候发生错误“No edit ...
分类:其他好文   时间:2014-07-18 12:27:41    阅读次数:249
Eclipse debug ‘Source not found’
用Eclispe进行Debug时一直被一个问题所困扰:Source not found. 问题产生的原因是调试进入了一个没有源码的jar包里。   简短说明: Edit Source Lookup Path… 可以解决Debug过程中找不到源码的问题,PS,需要重启服务。 Configure Build Path 中可以给jarattach上源码,这个管的是阅读代码时可以看到jar包里的...
分类:系统相关   时间:2014-07-18 12:23:39    阅读次数:337
SSH-struts
struts2 配置文件读取顺序 1. struts-default.xml 2. struts-plugin.xml 【 struts2-json-plugin-2.3.4.jar 】 4. struts.xml 5. struts.properties...
分类:其他好文   时间:2014-07-18 08:08:25    阅读次数:235
SharePoint 2010: Export User Profile Properties to a Text File or Excel using PowerShell
导出到txt[void][System.Reflection.Assembly]::LoadWithPartialName("Microsoft.Office.Server") [void][System.Reflection.Assembly]::LoadWithParti...
分类:其他好文   时间:2014-07-17 21:37:20    阅读次数:454
【leetcode刷题笔记】Search a 2D Matrix
Write an efficient algorithm that searches for a value in anmxnmatrix. This matrix has the following properties:Integers in each row are sorted from l...
分类:其他好文   时间:2014-07-17 18:09:32    阅读次数:258
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!