1. Ace Anchor BackgroundTokenizer Document EditSession Editor Range Scrollbar Search Selection TokenIterator Tokenizer UndoManager VirtualRenderer Ace API Reference Welcome to the Ace API Refe ...

    阅读全文
  2. http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors   ...

    阅读全文
  3. 为了对CKEDITOR编辑控件有更多的了解,简单抓取了其产生的页面中定义的CSS。主要想看看如何更好的对其更改样式,从而做到真正的WYSWYG。 抓取的这部分可以分为三大块: CKEDITOR可编辑区对应的CSS: .cke_editable{cursor:text} .cke_editable img,.cke_editable input,.cke_editable textarea{cursor:default} CKEDITOR命令菜单对应的CSS。 ...

    阅读全文
  4. CKEDITOR使用起来很简单,与很多JS UI控件一样,首先定义DOM,然后调用其function.其中有个基本方式就是通过Class来替换textarea. 例如:先创建一个textarea,给其设置一个Class,如content-editor <textarea class="content-editor" name="Content"></textarea> 然后再执行CKEDIROT函数。 ...

    阅读全文
  5. #1. google code prettify的说明文档: https://google-code-prettify.googlecode.com/svn/trunk/README.html  #2.下载google-code-prettify http://code.google.com/p/google-code-prettify/downloads/list 此处可以选择prettify-small-4-Mar-2013.tar.bz2 ...

    阅读全文
  6. 使用load infile导入csv文件出现 ERROR 1366 (HY000):Incorrect string value: '\xBE\xAB\xC6\xB7' for column TYPE 百度网上解析: TYPE字段不能输入汉字,你输入了汉字 这是因为的你创建的表编码存在问题 可以尝试将每一个用到中文的字段charset改成uft8 collation改成utf8_unicode_ci ...

    阅读全文
  7. eclipse中设置UTF-8等其他字符集。 1.windows->Preferences -> General ->Workspace,右 侧Text file encoding,选择Other,改变为UTF-8。  2. 关闭eclipse并重新打开eclipse。 utf8文档的乱码消失。 这样设置针对整个workspace有效。 如果需要针对特定的文件类型更改字符集编码,则可以通过: 3.windows->Preferences ...

    阅读全文
  8. HTMLEncoding针对HTML中的内容进行编码,保证内容正确显示。可以参考W3C文档 几个特别要注意的实体转换: "&lt;" 代表  <  "&gt;" 代表  >  "&amp;" 代表  &  "&quot; 代表  "  "&nbsp; ...

    阅读全文
  9. 安装Android Studio后第一次启动遇到这个问题:"Unable to access Android SDK add-on list" 原因好像是防火墙的设置问题。网上解决办法有两种: 1. 修改防火墙设置:http://stackoverflow.com/questions/29878370/first-run-of-android-studio-unable-to-access-android-sdk-add-on-list 1.Cl ...

    阅读全文
  10. 初次使用AndroidStudio时,准备 Run app时出现这个错误,根据提示使用SDK manager下载 Intel HAXM仍然有这个问题。 Cannot lanuch AVD in emulator. Outout: emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usab ...

    阅读全文
1234