码迷,mamicode.com
首页 >  
搜索关键字:source    ( 17429个结果
按键监听类KeyListener及适配器改良方案
导包导的恶心,真是马上要对notepad累觉不爱了,好在顺利导完。。 监听按键信息 //source code import java.awt.Color ; import java.awt.Font ; import java.awt.GridLayout ; import java.awt.event.ActionEvent ; import java.awt.event.Ac...
分类:其他好文   时间:2015-04-07 12:02:52    阅读次数:203
swing【最后一弹】JTable仿写简单Excel!
历时五天终于把所有的常用swing界面组件过了一遍,很多细节还需日后加深。愈发体会熟练查阅jdk文档的重要性,java各种类和方法太繁琐根本记不住,只能靠熟练的文档粘贴,用Eclipse会好很多。 源代码: //source code import java.awt.BorderLayout ; import java.awt.event.ActionListener ; ...
分类:Windows程序   时间:2015-04-07 12:02:26    阅读次数:206
atn 编译java提示资源不足
今天用ant编译项目出现 [javac] 系统资源不足。的错误,如下Buildfile: build.xml-compile: [javac] Compiling 919 source files to E:/DSHR/dshr/WebContent/WEB-INF/classes [javac] ...
分类:编程语言   时间:2015-04-07 11:36:24    阅读次数:202
Convert Windows 32bit dirver to Windows 64bit
Pre-condition: 1.source code(vc6.0+WDK based)Development environment: 2.VS2013 3.WDK 8/8.1Steps: 1.Create a new project. File->New->Visual C++->Windo....
分类:Windows程序   时间:2015-04-07 11:29:44    阅读次数:330
token_get_all()函数
token_get_all(PHP 4 >= 4.2.0, PHP 5)token_get_all—将提供的源码按 PHP 标记进行分割,可以用作php源代码的压缩,会按照固定的分解方法,分解php代码成不同的部分说明arraytoken_get_all(string$source)token_ge...
分类:其他好文   时间:2015-04-07 09:35:18    阅读次数:201
优秀的 Android 开源项目
摘要?转载http://www.trinea.cn/android/android-open-source-projects-view/,方便大家找到自己合适的资料 目录[-] 一、ListView 二、ActionBar 三、Menu 四、ViewPager 、Gallery 五、GridView 六、ImageView...
分类:移动开发   时间:2015-04-06 23:23:15    阅读次数:670
Octopus系列之开发中灵光点收集,先放到这里,后面会整理的
项目中引用的组件1.System.Data.SQLite.dll 自行编译 SQLite-1.0.66.0-source 3.5的框架;F:\Code\开源项目\SQLite\1.0.66.0_x86\源码\SQLite-1.0.66.0-source\bin【目前已经更新了,不在使用这个了,这个有...
分类:其他好文   时间:2015-04-06 21:48:02    阅读次数:241
opal 将ruby代码转化成javascript
点这里https://github.com/opalOpalOpal is a ruby to javascript source-to-source compiler. It also has an implementation of the ruby corelib.Opal ishosted ...
分类:编程语言   时间:2015-04-06 21:39:54    阅读次数:207
Ubuntu 之旅 —— 解决sudo: source: command not found错误
$sudo-s#source/etc/profile
分类:系统相关   时间:2015-04-06 20:08:46    阅读次数:154
JavaScript弹出窗口并且向父窗口输出内容代码
JavaScript弹出窗口并且向父窗口输出内容代码<script>functionopenWin(){myWindow=window.open(‘‘,‘‘,‘width=200,height=100‘);myWindow.document.write("<p>Thisis‘myWindow‘</p>");myWindow.focus();myWindow.opener.document.write("<p>Thisistheso..
分类:编程语言   时间:2015-04-06 18:55:49    阅读次数:112
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!