码迷,mamicode.com
首页 >  
搜索关键字:editor    ( 3790个结果
Android中数据存储之SharedPreferences
import android.content.Context;import android.content.SharedPreferences;import android.content.SharedPreferences.Editor;/** * SharedPreferences是一种轻型的数...
分类:移动开发   时间:2014-11-22 13:13:07    阅读次数:266
git配置文件
git配置文件.gitconfig常用配置 [user]     name = lizhihong     email = lizhihong@szhyst.com [color]     diff = auto     status = auto     branch = auto     ui = auto   [core]     editor = vim...
分类:其他好文   时间:2014-11-21 18:55:58    阅读次数:222
怎么去掉eclipse源文件左边的错误提示
做android手机上层开发,要经常把Framework和Packages源文件导入到eclipse中,因为导入的不全,源文件中会出现错误提示,让人看起来很不爽。通过设置可以解决这个问题 选取windows-->perferences-->editors-->text editor-->annotation-->error项 在里面有三个选项,     勾第一项时在代码窗口的左边标...
分类:系统相关   时间:2014-11-21 18:53:15    阅读次数:199
Cookie管理工具
Cookie Editor 是管理 Cookie 的工具,能识别并编辑IE、Firfox、Netscope Cookie 文件,控制个人隐私信息,修改 Cookie 使用期限,删除历史文件,编辑和删除未知的Cookie,阻止某个域的cookie等。Cookie各个字段含义解释Cookie包含的字段有...
分类:其他好文   时间:2014-11-21 18:03:37    阅读次数:217
kindeditor编辑器 编辑器textarea不能获取到内容的解决办法
默认的老旧编辑器很多问题,今天工作量稍微小点,就准备把自身的一套cms换下编辑器。结果换的时候发现kindeditor在asp下居然获取不到textarea内的内容。 <script charset="utf-8" src="/editor/kindeditor.js"></...
分类:其他好文   时间:2014-11-21 16:48:40    阅读次数:241
【转】Eclipse自动补全的设置方法
转自:http://blog.csdn.net/xiadasong007/archive/2009/11/11/4799715.aspx打开 Eclipse -> Window -> Perferences找到Java 下的 Editor 下的 Content Assist , 右边出现的选项中,有...
分类:系统相关   时间:2014-11-21 16:08:01    阅读次数:213
[20141121]无法通过powershell读取sql server性能计数器问题
背景: 全新服务器,需要增加性能监控,发现无法通过powershell读取性能指标解决方法:Open the Registry Editor by going to the Start Menu and selecting Run…, then type “regedit”,and click t....
分类:数据库   时间:2014-11-21 13:54:59    阅读次数:181
UVA - 1593
You are working in a team that writes Incredibly Customizable Programming Codewriter (ICPC) which is basically a text editor with bells and whistles. ...
分类:其他好文   时间:2014-11-20 21:38:10    阅读次数:265
thunderbird消除重复下载的问题
??点 击Tools > Options打开Thunderbird的选项,点Advanced,在Advanced Configuration中选Config Editor(设定编辑器)。它看上去有点像Firefox中的about:config快捷键。然后进入filter(过滤器)中的 mail.s...
分类:其他好文   时间:2014-11-20 12:15:22    阅读次数:867
DWZ与KindEditor编辑器的整合
DWZ自带的编辑器是xheditor,可能很多人用不习惯。就像我,习惯用kindeditor了。现在就来说说如何整合dwz和kindeditor.一、打开DWZ的中的dwz.ui.js,进行修改。首先找到if ($.fn.xheditor) { $("textarea.editor",...
分类:其他好文   时间:2014-11-19 15:31:24    阅读次数:365
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!