An executable for any application must be "signed" before it can be executed by anyone who does not have an NX Open Author license. This section descr...
分类:
Web程序 时间:
2014-09-11 23:41:02
阅读次数:
1304
oracle数据库:为了使ID自增,建了序列后,创建触发器:create or replace TRIGGER TRIG_INSERT_TRADE_RECODE BEFORE INSERT ON TRADE_RECODE FOR EACH ROW BEGIN :NEW.ID:=SEQ_TRADE_R...
分类:
其他好文 时间:
2014-09-11 16:51:32
阅读次数:
373
1?junit测试用例代码 package?junitTest;
import?static?org.junit.Assert.*;
import?org.junit.After;
import?org.junit.AfterClass;
import?org.junit.Before;
import?org.junit.BeforeClass;
import...
分类:
其他好文 时间:
2014-09-11 11:26:32
阅读次数:
196
今天要为各网友再带来一款css实现的鼠标经过按钮的特效。按钮初始时,边框为断开的按钮,当鼠标经过按钮时动画变为封闭的边框。效果图如下:在线预览源码下载我们一起看下实现的代码:html代码: Hover Mecss代码:*, *:before, *:after { ...
分类:
Web程序 时间:
2014-09-10 23:43:51
阅读次数:
244
这次给大家带来的是对话气泡效果,主要是演示了 :before / :after 和 border 的用法,赶快来围观吧~
分类:
Web程序 时间:
2014-09-10 17:07:00
阅读次数:
198
直接在pom中指定引用。
com.sun tools 1.5.0 system ${JAVA_HOME}/lib/tools.jar
如果没有配置系统环境变量java_home,则需要事先配置。好处是,只要客户机配置了jdk都可以直接使用。
也可以指定jdk安装目录位置。
D:/Java/jdk1.6.0_43
然后将...
分类:
其他好文 时间:
2014-09-10 12:35:40
阅读次数:
195
单位电脑开机画面提示:“NTLDRISMISSING,PressCTRL+ALT+DELtorestart”按提示重启电脑开机依就。资料显示ntldris文件是Winnt/win200/WinXP的引导文件,当此文件丢失启动系统会提示“NTLDRismissing,PressCTRL+ALT+DELtorestart”,并要求按任意键重新启动,不能正确进入系统..
分类:
其他好文 时间:
2014-09-10 02:55:30
阅读次数:
193
-v var=val --assign var=val Assign the value val to the variable var, before execution of the program begins. Suc...
分类:
其他好文 时间:
2014-09-09 17:56:49
阅读次数:
202
Tried to install Ubuntu desktop on my Dell Inspiron 1420 but failed, finally work around it and solved the problem. All the problems encountered might be caused by my computer graphical card "NVIDIA GeForece 8400M GS", it has hardware failure before and I ...
分类:
其他好文 时间:
2014-09-09 16:13:09
阅读次数:
266
实例一:
phone_view.addTextChangedListener(new TextWatcher() {
public void onTextChanged(CharSequence s, int start, int before, int count) {
Log.i(TAG, "onTextChanged =" + s + " start:" + start + " b...
分类:
其他好文 时间:
2014-09-08 03:15:16
阅读次数:
287