P23

  GEF 介绍 文档

Canvas上展现和布局的能力,提供GEF视图层绘制的能力。   GEF:Graphical Editor Framework,图形编辑器框架。以图形展现用户自定义模型,创建图形编辑器、通过图形操作编辑模型。

xiongmao 2012-11-29   3078   0

Android SharedPreferences 全面解析 经验

getString("name","该值不存在") 而存储或修改数据则需要通过 SharedPreferences.Editor 对象。例如: @Override protected void onCreate(Bundle

RudolphRees 2016-09-13   5033   0
P46

  KindEditor富文本编辑器在互联网上的应 文档

CKEditor、FCKEditor TinyMCE KindEditor xhEditor:基于jQuery KISSY Editor:基于KISSY UEditor eWebEditor 自主开发 18. 初始化大小(min +

zc4530 2013-01-21   710   0
前端技术   CSS   HTML   Java   Go  
P10

  用eclipse进行可视化java界面设计 文档

50.html 前言      最近,Eclipse开源项目终于推出了期待已久的Visual Editor Project(VEP)。VE项目使得功能强大的eclipse平台在java开发方面又增加了

fig-whm 2012-06-30   6661   0

富文本编辑器 - RichEditor 经验

final String SETUP_HTML = "file:///android_asset/editor.html" public RichEditor(Context context, AttributeSet

hkc5599 2016-01-28   12460   0

适合开发人员的20个实用 Chrome 扩展 资讯

requests and collections. Source 4. JSON Editor JSON Editor is a tool to view, edit, and format JSON

jopen 2013-08-14   24897   0
P6

  Eclipse RCP 开发-预定义的Command 文档

eclipse.ui.navigate.previous  Toggle Link with Editor    org.eclipse.ui.navigate.linkWithEditor  Next Page        org

bobo33356 2013-10-08   442   0

20 个强大的CSS设计和开发工具 资讯

1) Rapid CSS Editor This CSS editor make easy to design websites easily and also edit the modern CSS

efbb 2015-05-06   9051   0
CSS  

Pelles C - 免费的C语言开发工具 经验

AVX(1) intrinsics (X64 only). Integrated source code editor with call tips and symbol browsing. Integrated

jopen 2012-05-23   33072   0

Exadel Studio 开源项目

Properties editor, Graphical TLD editor, Graphical web.xml editor, CSS editor, JavaScript editor, Image

码头工人 2019-01-17   11384   0

Android开发 10个常用工具类 代码段

SharedPreferences.Editor editor = sp.edit(); if (object instanceof String) { editor.putString(key, (String)

jopen 2015-04-20   6901   0
Android  

Android快速开发系列 10个常用工具类 经验

SharedPreferences.Editor editor = sp.edit(); if (object instanceof String) { editor.putString(key, (String)

jopen 2016-01-16   31513   0
P17

  杨光福-Android手机卫士day5 文档

onClick(DialogInterface dialog, int which) { Editor editor = sp.edit(); editor.putInt("which", which); scv_changebg

ygf 2014-10-27   1760   0

Android数据持久化之记住密码功能实现(附源码) 经验

调用SharePreferences对象的edit()方法来获取一个SharePreferences.Editor对象 想SharedPreferences.Editor对象中添加数据, 比如添加一个布尔型数据就可以使用putBoolean()方法

Linux & Ubuntu中8个最好的免费 CSS编辑器 资讯

1) jEdit jEdit is a mature programmer’s text editor with hundreds (counting the time developing plugins)

jopen 2015-05-28   9522   0

自己封装双缓存管理框架Android 库 经验

DiskLruCache.Editor editor = null; try { editor = mDiskLruCache.edit(hashKeyForDisk(key)); if (editor != null)

jopen 2015-12-11   10922   0

Android下保存数据到SharePreference和从SharePreference读取数据 代码段

SharedPreferences.Editor editor = sp.edit(); editor.putString("title","www.sharejs.com"); editor.putBoolean("success"

g2b4 2015-03-22   2314   0
Java  

Python开发环境:Spyder 经验

系统。详细特性如下: Editor A powerful editor is a central piece of any good IDE. Spyder's editor has: Syntax

jopen 2013-10-27   186448   0

经典的 Web 编辑器CKEditor v4.6.2 发布 资讯

Fixed: It is possible to type in an unfocused inline editor. #14856 : Fixed: Font size and font family reset

jopen 2017-01-15   7979   0

10个用于开发人员实时协作的便捷代码编辑器 资讯

collaborate together in real-time. It comes with a code editor in a browser with an incorporated ftp client, and

jopen 2015-05-11   5791   0
1 2 3 4 5 6 7 8 9 10