- 博客(140)
- 资源 (37)
- 收藏
- 关注
原创 xxx
JonsenElizeeSoftware Developing Blog"An idea is fragile . It can be killed by a scornful smile or a yawn .It can be mound down by irony and scared to death by a cold look.""Most cultures thr
2012-09-25 22:48:29
9429
原创 c计算数学表达式
/* ============================================================================ Name : demo.c Author : Johnson Z. Version : Copyright : Your copyright notice Description : Hell
2012-09-25 01:39:31
2670
原创 转换成任意[2, 36]进制的字符串输出
public class Main { char[] CHAR_ARRAY = new char[] { // '0', // '1', '2', '3', '4', '5', '6', '7', '8', '9', 'A', // 'B', 'C', 'D', 'E', 'F', 'G', 'H', 'I', 'J', 'K', // 'L', 'M', 'N
2012-09-18 23:46:29
967
原创 Excessive JNI global references - Android
ContentObserver is used in ContentServiceObserverNode is a capsulation of ObserverEntry to provide addObserverLocked method and so on../frameworks/base/core/java/android/content/ContentService.jav...
2011-06-12 03:11:47
273
原创 vim plugin
________________________________________________________________________________total 44K-rw-r--r--. 1 root root 146 Jan 15 22:32 README-rw-r--r--. 1 root root 31K Jan 15 22:32 supertab.vba[root@bogon vim]# gedit supertab.vba [root@bogon vim]# R
2011-05-08 02:39:00
1103
原创 迷宫算法
<br />Here is a simple implementation for maze issue.#include <stdio.h><br />#include <stdlib.h><br />#include <stdext.h><br />#include <stdbool.h><br />#define ROW_NUM 8<br />#define COL_NUM 8<br /><br />typedef struct {<br /> int x;<br /> int y;<br
2010-10-08 11:06:00
856
迷宫算法
Here is a simple implementation for maze issue.<!--<br><br>Code highlighting produced by Actipro CodeHighlighter (freeware)<br>http://www.CodeHighlighter.com/<br><br&g...
2010-10-08 11:06:00
265
原创 Install Linux System via Hard Disk 硬盘安装系统
A brief description for how to install LINUX system via hard disk.
2010-07-09 23:28:00
1317
原创 C++ Standard Library
The C++ standard library provides a set of common classes and interfaces that greatly extend the core C++ language. The library, however, is not self-explanatory. To make full use of its components - and to benefit from their power - you need a resource th
2010-06-17 17:15:00
1195
原创 Linux Webcam and TV【Linux 摄像头 和 电视】
HowTo WebCam On Linux Five fun ways to use a Linux webcamhttp://www.linux.com/archive/articles/126186 The Webcam HOWTOhttp://tldp.org/HOWTO/html_single/Webcam-HOWTO/ WebCa
2010-05-25 12:28:00
9011
转载 Java Splash 【Java启动画面】
https://aptframework.dev.java.net/gooey/splashScreen.html?
2010-05-21 09:35:00
1148
原创 Replacer Tool 【文本文件目录批量替换工具】
下载地址 http://download.youkuaiyun.com/source/2399220 最新5.0版本。 常常需要递归的替换文件内容,如最近我想写了个jEdit插件,jEdit提供了一个插件模板,我只要全部替换一下就成了我自己的工程。在linux下,这好办,shell来搞定,但在Windows下或者不熟悉shell就得想点其他办法来办了,EditPlus可以,UE也可以,不过不太方
2010-05-17 17:10:00
2015
原创 Automatically Code Generation 【自动代码生成】
No matter you are a C programmer, C++ PG, or Java PG, you would like to generate some code automatically by program written by yourself. Here is some materials for this kind of task.How to build the
2010-05-12 14:27:00
1584
原创 Add Dict To Your Web 给网页添加查词功能
You can create a bookmark with this url content : javascript:void((function()%20{var%20element=document.createElement(script);%20element.setAttribute(src,%20http://dict.cn/hc/init.php);%2
2010-05-06 16:36:00
1695
原创 Ext 3.2.1 Released Now!!!
Ext是一个比较好的JS、GWT开发包,和RAP(httP://www.eclipse.org/rap)不同,RAP是全java的,利用WindowBuilder就可以进行UI设计,这个Ext的长处是和WEB很兼容,但都是JavaScript的东西。 http://www.extjs.com/Ext is the market leader in JavaScript applicat
2010-05-04 11:38:00
702
原创 HowTo use linux laptop in presentations 【如何在Linux系统上使用投影仪】
Related URL About "Linux Projector Usage" http://www.shallowsky.com/linux/LinuxPresentations.htmlContentsIntroduction and Motivation Contributors Software for Creating and Presenting Sli
2010-04-22 09:51:00
1995
原创 HowTo JTable or JXTable
1. First, Introduce a wonderful web site: https://javadesktop.dev.java.net/many extentions of java are living here. with them, your work would be hacked. 2. Then a demo
2010-04-20 19:24:00
2554
转载 堆和栈的区别
堆和栈的区别 一、预备知识—程序的内存分配 一个由C/C++编译的程序占用的内存分为以下几个部分 1、栈区(stack)— 由编译器自动分配释放 ,存放函数的参数值,局部变量的值等。其 操作方式类似于数据结构中的栈。 2、堆区(heap) — 一般由程序员分配释放, 若程序员不释放,程序结束时可能由OS回 收 。注意它与数据结构中的堆是两回事,分配方式倒是类似于链表,呵呵。 3、全局区(静态区)(
2010-03-16 12:24:00
676
原创 Java操作MS Word和Excel文档
能通过Java来操作Word或者Excel的api,据我所知的有这些,都考察了一下,开源的除了Openoffice和officewriter对Word的表格有好的支持外,其他都很不专业,或者不支持。jacob http://sourceforge.net/projects/jacob-project/JACOB is a JAVA-COM Bridge that allows you
2010-03-15 20:22:00
2802
1
原创 Jacob
http://imnotceo.blogbus.com/logs/32174360.html前些日子在公司实习,用到java来批量生成表格并且插入图片,搞得我焦头烂额。主要是用jacob的人可能比较少些(用.net也不多,一般直接几句vc或者vb就可以解决了),网上相关的资料也不多。后来自己琢磨了下,终于搞出了点名堂。在这里分享下。关于dispatch的几个静态方法
2010-03-15 19:26:00
1400
JonsenElizee收藏 How To install rap 1.3.0-M2-20090929-1142
Here is a notepad for myself information about IT, life and so on. How To install rap 1.3.0-M2-20090929-1142 不允许静态的虚方法父类、子类共有静态字段;子类重载父类静态方法后,父类声明的实例调的是父类的,子类声明的实例调的是子类的;Father f = new So...
2010-03-07 17:00:00
129
转载 深入学习C语言知识点
http://topic.youkuaiyun.com/u/20091027/22/0573cfb5-f1bf-4cf2-8e60-13d907301a8e.html?26259 字符串 学习时间:1.5W(“W”周,下同) 知识点checklist strlen()函数的返回值是什么类型的? 字符串strlen()的值,是否和他占据的内存空间相同? 你是
2010-03-06 22:44:00
943
原创 HowTo integrate birt into rap 【如何集成Birt到RAP中】
http://wiki.eclipse.org/RAP/BIRT_Integration IntroductionBesides a rich user interaction many applications need to display a big amount of data sets as diagrams or reports as part of their app
2010-02-24 01:02:00
1438
原创 Amarok play music and internet radio
my system is el5all the software need for this action/opt/sys/amarok________________________________________________________________________________total 28M-rwxr-xr-x 1 root root 1
2010-02-10 01:54:00
714
原创 火车票购票指南
购票指南 我们可能只知道“提前10天售火车票”这个信息,也就是说,火车票只在开车前10天放一次票。事实上远非如此。我把目前观察到的放票时间在这里列给大家: 01.提前20天晚上19:00,放20天后的动车组车票和Z字头车票。这个时间,一般不会有什么人抢动车组车票(毕竟动车组不会很抢手)。但一些重点线路(客流量大,车少,车次时间合适)的Z车车票在这个时间已经会被包走相当可观的数
2010-01-29 14:13:00
1576
原创 C++调用JAVA方法详解
http://public0821.javaeye.com/blog/423941 C++调用JAVA主要用到了SUN公司的JNI技术, JNI是Java Native Interface的 缩写。从Java 1.1开始,Java Native Interface (JNI)标准成为java平台的一部分,它允许Java代码和其他语言写的代码进行交互。相关资料见http://java.sun
2010-01-28 12:16:00
624
原创 HowT.repair.grub
HowTo repair grub My system is EL5Get a booting error and here is only the booting message.GRUB_ I guess the booting info is cracked. So, I need to repair the grub.Down load fedora from
2010-01-25 08:46:00
848
原创 Autodesk面试技术题解答
http://www.cppblog.com/SmartPtr/archive/2007/08/17/30231.aspx
2010-01-21 09:12:00
736
原创 用EditPlus配置VC环境(VC8)
http://www.cppblog.com/SmartPtr/archive/2009/05/09/30886.html#82363
2010-01-21 09:10:00
645
原创 C++类模板的三种特化
http://www.cppblog.com/SmartPtr/archive/2007/07/04/27496.aspx
2010-01-21 09:07:00
670
原创 一个真正的Singleton[涉及DLL类静态成员问题]
http://blog.youkuaiyun.com/KataDoc360/archive/2009/06/29/4307965.aspx
2010-01-21 09:00:00
767
原创 Java调用C++和C++调用Java的方法
Java 2 C++ http://www.javaeye.com/topic/295776 1. 解决性能问题Java具有平台无关性,这使人们在开发企业级应用的时候总是把它作为主要候选方案之一,但是性能方面的因素又大大削弱了它的竞争力。为此,提高Java的性能就显得十分重要。Sun公司及Java的支持者们为提高Java的运行速度已经做出了许多努力,其中大多数集中在程序设
2010-01-19 13:32:00
1549
原创 C++类型字节大小
C++类型字节大小class A{ }; int main(){ coutsizeof(char)endl; //1字节 coutsizeof(short)endl; //2字节 coutsizeof(unsigned short)endl;//2字节 coutsizeof(signed
2010-01-14 14:04:00
919
原创 C++对象对内存的使用
http://blog.youkuaiyun.com/armman/archive/2007/06/17/1654909.aspx
2010-01-14 13:43:00
579
原创 有关友元的一点运用
/*一个类A声明为一个类B的友元类之后,类A就可以任意访问类B的所有成员(公有的、保护的和私有的)。但是,如果一个类D继承自类B,类B中的友元关系并不会被继承,也就是说,类A是类B的友元但却不是类B的派生类D的友元。即类A不可以访问类D的保护的和私有的成员。在上面的代码中,被注释了的部分不能够通过编译,因为D不是A的友元类,B的友元关系并没有被继承。而在A的Print函数成
2010-01-14 11:40:00
645
1
原创 C++设计开发规范
C++设计开发规范 1. 引言... 21.1. 核心价值... 21.2. 参考... 21.3. 约定... 21.4. 基本术语... 22.命名规范... 22.1. 大小写约定... 32.2. 通用命名约定... 32.3. 名字空间的命名... 42.4. 类型(类、结构、接口、枚举、typedef)的
2010-01-14 09:47:00
1303
原创 结构体的字节对齐方式
结构体的字节对齐方式#includestruct a{ char no[10]; int p; long int pp; unsigned int ppp; char x; float y; double h;} xy;void main(){ printf("struct a: %d /n",
2010-01-14 09:27:00
1207
windowbuilder pro 4
2011-05-15
Replacer Tool 【文本文件目录批量替换工具】5.0
2010-05-27
文件文本批量替换工具 Replacer
2010-05-21
文件名替换和文件内容替换 Replacer 和ReplacerUI软件和源代码 (Java版)
2010-05-18
ACE.Addison.Wesley.C++.Network+Programming+Volume.2.pdf
2009-09-07
ACE.Addison.Wesley.C++.Network+Programming+Volume.1.pdf
2009-09-07
Wrapper facade pattern
2009-09-07
RAP Deploy Files 部署文件
2008-12-04
IBM RAP 介绍
2008-11-30
RCP经典编程参考书《Eclipse Rich Client Platform: Designing, Coding, and Packaging Java™ Applications》
2008-11-30
Java词典 Java Dictionary
2008-05-30
linux shell编程好书《A Practical Guide to Linux® Commands, Editors, and Shell Programming》
2008-05-27
Hibernate.Spring.Documentation.rar
2008-05-27
Adnroid decompiler set 安卓反编译工具集
2014-05-21
fixedsys200
2011-07-22
jonsen-vimrc
2011-06-11
jonsen-taglist
2011-05-29
jonsen-cscope 2
2011-05-29
jonsen-cscope
2011-05-29
windowbuilder pro 3
2011-05-15
windowbuilder pro 2
2011-05-15
windowbuilder pro 1
2011-05-15
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人