E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
own
第一次在vs2010 运行rawos
raw_vc.exe':Loaded'E:\
Own
\OS\rawos\rawos——20130120\raw_vcRaw-OS0.99i\vc\raw_vc\Debug\raw_vc.exe',Symbolsloaded
commshare
·
2013-01-21 09:00
Test your
own
form/library from a specific directory
As product analysts, part of your job is to test new functionality and bug fixes. You frequently encounter situations where the code is fixed but will not be rolled into a standard testing environment
xitong
·
2013-01-15 12:00
Directory
Test your
own
form/library from a specific directory
Asproductanalysts,partofyourjobistotestnewfunctionalityandbugfixes. Youfrequentlyencountersituationswherethecodeisfixedbutwillnotberolledintoastandardtestingenvironmentuntilsomefuturedate. TestyourFor
pan_tian
·
2013-01-15 12:00
build your
own
kernel Image for Nexus10
公司买了一台Nexus10,上面搭在最新的Android4.2系统。 由于自android4.1以后,在现实模块有相当大的改进,android4.1增加了vsync同步,使得显示更加顺滑流畅,android4.2增加了externaldisplay,使得对HDMI的支持更加完善。于是想以Nexus10为载体,研究下对应的内核在这方面的改动。 androi
sfrysh
·
2013-01-12 14:00
HTML5 3D技术备忘
www.html5china.com/course/20111101_2314.html 建立自己的3d引擎 http://www.netmagazine.com/tutorials/build-your-
own
-html5
musicbox95351
·
2013-01-11 10:00
html5
using my
own
FORM_LOGIN_FILTER
阅读全文……
·
2013-01-09 00:00
spring
spring
Security
国际著名黑客大赛介绍与比较
Pwn2
Own
与Pw
jeffreyst
·
2013-01-06 18:00
java线程和操作系统进程的关系
A process is a self-contained program running within its
own
address space. A multitasking op
aahyhaa
·
2013-01-06 13:00
java
线程
Even if you get no applause, you should accept a curtain call gracefully and app
Even if you get no applause, you should accept a curtain call gracefully and appreciate your
own
efforts
lizhao6210126.com
·
2012-12-31 09:00
call
ios 自定义规则
How do I set it with my
own
customToolbar ? The UIResponder (of which UISearchBar is an
zl4393753
·
2012-12-30 14:00
ios
Yii - Create your
own
Validation Rule
Yii-CreateyourownValidationRuleSometimesthecorevalidationrulesprovidedbyYiiwon'tsatisfyallyourneeds,soyou'llneedtocreateyourveryownvalidationrule.Easyapproach:inside-modelruleTheeasiestwaytocreateanew
xiaoguozi's Blog
·
2012-12-26 15:00
OSX: Netboot on Linux
这个项目叫:build-your-
own
-netboot-on-linux。
afatgoat
·
2012-12-12 06:00
MFC子窗口和父窗口(SetParent,SetOwner)
这个数据结构中有四个数据用来构建list,即child、sibling、parent、
own
renwotao2009
·
2012-12-11 19:00
sql server添加用户,关联到一个已存在的数据库
USE gpsnavi; // => 先要USE需要
own
的数据库 DROP LOGIN gps; REVOKE ALL FROM gps; // 不能从数据库中删除拥有安全对象的用户
crayster
·
2012-12-04 20:00
SQL Server
Linux 上的socket5代理服务器 My
Own
soCKs Server
http://mocks.sourceforge.net/ 有个配置文件需要配置的话更改文件中的配置项、、root@bt:~#tarzxvfmocks-0.0.2.tar.gz mocks-0.0.2/ mocks-0.0.2/src/ mocks-0.0.2/src/child.c mocks-0.0.2/src/child.h mocks-0.0.2/src/error.c mocks-
sincoder
·
2012-11-26 10:00
推荐背诵的10篇美文
These include books, teachers and practical experience,and each has its
own
advantages.
lostinai
·
2012-11-25 20:00
服务-钩子-权限
SERVICE_INTERACTIVE_PROCESSSC_HANDLEhService=::CreateService( hSCM,szServiceName,szServiceName, SERVICE_ALL_ACCESS,SERVICE_WIN32_
OWN
_PROCESS
hzy694358
·
2012-11-22 20:00
Array in PL/SQL
First of all, we aresimply defining our
own
data type,“year_type.”Make sure
xitong
·
2012-11-19 19:00
pl/sql
sqlserver 派生表
派生表与其他表一样出现在查询的FROM子句中 select * from (select * from athors) temp temp就是派生表 Every derived table must have its
own
iwebcode
·
2012-11-07 13:00
sqlserver
How to develop your
own
Boot Loader
Tableofcontent1.Whomaybeinterested 2.WhatisBootLoader 3.Bereadytogodeeper 3.1.SowhatlanguageyoushouldknowtodevelopBootLoader 3.2.Whatcompileryouneed 3.3.Howsystemboots 4.Let’scode 4.1Programarchitectu
j_m
·
2012-10-25 17:00
Build Your
Own
Oracle RAC Cluster on Oracle Enterprise Linux and iSCSI
BuildYourOwnOracleRACClusteronOracleEnterpriseLinuxandiSCSI http://www.oracle.com/technetwork/articles/hunter-rac10gr2-iscsi-101317.html 这篇文档真的很好,以前看过,后来找不到地址了,刚刚帮人找文档,又找到了,赶紧记下来
kuluce
·
2012-10-16 12:12
oracle
linux
RAC
10g
java反射详解
【案例1】通过一个对象获得完整的包名和类名 package org.shen.
own
; import java.util.Enumeration; import java.util.HashMap
shenyuc629
·
2012-10-11 11:00
java
反射
java反射
java反射
java反射机制
JBPM4.4常用类介绍
newConfiguration() .buildProcessEngine();2)ProcessEngine processEngine=newConfiguration() .setResource("my-
own
-configuration-file.xml
milife2012
·
2012-10-09 13:00
Hibernate
api
jbpm
query
任务
jobs
Build your
own
CAB(Composite Application Block) Part #2 – The Humble Dialog Box
自己动手写CAB(CompositeApplicationBlock)#1——前言作者:JeremyMiller翻译:Yanwei昨天本人提出了一个不负责任的观点。这个观点是,如果你要写一个可维护的,复杂的WinForms界面,并不需要CompositeApplicationBlock(CAB)。我觉得,开发人员如果掌握了CAB的底层设计模式,并且挑选一个不错的IoC/DI工具,就可以开发一个满足
·
2012-09-25 09:00
application
Running your
own
CloudFoundry based on your IaaS. Part 2
(接着Part1的工作)Step.3ConfigurethenewVMcreatedbyTemplate当安装单节点CloudFoundry完成之后,我们就可以用vmc来测试下组件启动是否正常。测试之后,我们就可以使用IaaS的Template功能,把这个安装了完整CloudFoundry的虚拟机做成一个模板,留到做集群的时候使用。这一步,你完全可以使用自己喜爱的IaaS来做这件事情,比如Clou
resouer
·
2012-09-24 23:00
Android.mk for your
own
module
这里我们向Android中添加自己的模块,只涉及到.so/*.a/elfsource的编译,以及如何将prebuiltfile添加进工程。对于APK以及jar的source暂时没有仔细研究,要添加进去的话可以参照/pacakge和/framework里面的Android.mk~~ 首先是可能用得到的基础知识,必须了解基础Makefile的语法,然后下面是Andriod用来编译相应模块使用的核
垂盆草
·
2012-09-22 15:00
wcf 注册windows服务
sccreateOrderServicebinpath="E:\test\wcftest.exe"type=ownstart=autodisplayname="OrderService"(注:type=
own
suntanyong88
·
2012-09-19 16:00
windows
delete
WCF
c# - .net 4.0 security permission attributes
In some enterprise environment, where the corporation may have their
own
deployment strategy that every
joe.bq.wang
·
2012-09-18 16:00
C#
apue.h源代码
它的源码如下 /* Our
own
header, to be included before all standard system headers */ #ifndef _APUE_H
IT小菜鸟ls
·
2012-09-15 20:31
apue
apue.h
c# - define new excptions
best use built-in exceptions if the meansing is obvious. however, you do have the need to define your
own
joe.bq.wang
·
2012-09-14 12:00
C#
Remastersys Guide - Create Your
Own
Ubuntu-based Distro
http://ubuntuforums.org/showthread.php?t=1073838NOTE:Bewareofcopyingandpastingcommandswith /etc/gdm/gdm.confsudo /etc/gdm.conf-customBOOTSPLASHOnlywayIknowoftocustomizeUsplashistousetheStartupManage
whyhonest
·
2012-09-13 18:00
ubuntu
System
applet
keyboard
themes
variables
自定义url打开应用 iphone
LaunchingYouriPhoneAppViaCustomURLScheme formhttp://mobiledevelopertips.com/cocoa/launching-your-
own
-application-via-a-custom-url-scheme.html
ToddFox
·
2012-09-13 15:00
Scheme
File
application
url
iPhone
Parameters
c#(csharp .net)下使用json
c#(csharp.net)下使用json到http://techblog.procurios.nl/k/618/news/view/14605/14863/How-do-I-write-my-
own
-parser-for-JSON.html
编程自动化
·
2012-09-13 12:00
mybatis入门例子
mybatis是由ibatis发展而来的,是一个很好用的javaee持久化框架,很容易学,下面是一个增删改查的小例子 简单的pojo类 package com.
own
.entity
yun342173024
·
2012-09-11 12:00
mybatis
poj 2023 Choose Your
Own
Adventure(数据结构+深度搜索)
Choose Your
Own
Adventure Time Limit: 1000MS Memory Limit: 30000K Total Submissions:
·
2012-09-10 11:00
数据结构
Running your
own
CloudFoundry based on your IaaS. Part 1
注:这篇文章是不是指导你建立一个直接在生产环境下使用CloudFoundry集群。但如果你尝试在自己的IaaS(哪种都行,相信我)搭建出一个CF集群来研究下,这里就有一个快速有效的指导方法了。下文会假设你已经有了CloudFoundry和PaaS的基本知识,体验过MicroCloudFoundry,甚至已经建立了自己的单节点CF实例。如果没有,你需要自己先研究CF几天,看看官网guide,然后再决
resouer
·
2012-09-09 20:00
linux下特殊的访问控制权限sticky bit, setuid, setgid
但是如果一个目录设置了sticky bit,只有以下三类用户才具有删除或重命名该目录内文件的权限 1)root权限的用户(不一定是root用户) 2)目录的owner或者目录内文件的
own
supermarshal
·
2012-09-08 12:00
linux
jdbc封装
以前项目写的jdbc代码很烂,今天重新封装一下代码如下: 这个是主要用的类 package com.
own
.db; import java.sql.Connection;
yun342173024
·
2012-09-06 16:00
jdbc
Challenge Assumptions—Especially Your
Own
ChallengeAssumptions—EspeciallyYourOwnTimothyHighWethern’slawofsuspendedjudgmentstates(inarathertongue-in-cheekfashion)that“Assumptionisthemotherofallscrew-ups.”Amorepopulartakeonthiswouldbe,“Don’tass
qwertyuj
·
2012-08-31 17:00
如何创建一个JavaScript裸对象
访问一个对象的属性时,会首先看它自己的属性,所谓
own
property 是也,如果找不到,则在其原型中查找,再找不到就继续找这个原型的原型,这就构成所谓的原型链。
hax
·
2012-08-27 02:00
JavaScript
IE
prototype
with
boost::ASIO 读写
:asio::read同步读方式voidclient::read_data(char *sourse ,intnum) { boost::asio::read( socket_
own
qq1987924
·
2012-08-25 11:00
Stream
socket
System
buffer
input
output
How to make your
own
maps/tiles
This wiki here describes how to render osm based vector planet.osm files to raster images. Please note we will use china.osm (which is a cut down version of planet.osm) for this wiki, as planet.osm i
xitong
·
2012-08-24 15:00
tiles
How to make your
own
maps/tiles
Thiswikiheredescribeshowtorenderosmbasedvectorplanet.osmfilestorasterimages.Pleasenotewewillusechina.osm(whichisacutdownversionofplanet.osm)forthiswiki,asplanet.osmistoohugeforeverythingtobedoneinatim
aabbcc456aa
·
2012-08-24 15:00
vector
python
server
git
ubuntu
table
测试访问时间的Filter
今天写了一个测试访问某个资源花费多少时间的过滤器,给大家分享一下 package com.
own
.filter; import java.io.IOException; import
yun342173024
·
2012-08-24 13:00
filter
How to insert your
own
activity after Setup Wizard finishes
ThebasicideaisthatyournewactivityisgoingtocallitselfaHomeactivityandgiveitselfaprioritybetweenthatofSetupWizardandtherealHomeactivity.SetupWizard,withthehighestpriorityamongthethree,willgetlaunchedfir
imdxt1986
·
2012-08-21 17:00
8139d网卡工作原理 [不断更新]
(2)填写发送状态:这个包的大小,发送的阈值,清零TSD中的
OWN
位(这将启动PCI操作)。 3:
longerzone
·
2012-08-21 11:00
工作
存储
文档
Android:Creating Your
Own
Spelling Checker Service(创建拼写检查服务)
16August2012CreatingYourOwnSpellingCheckerServicePostedbySatoshiKataokaandKenWakasaoftheAndroidtextinputengineeringteamTheSpellingCheckerframeworkimprovesthetext-inputexperienceonAndroidbyhelpingtheus
ultrapro
·
2012-08-21 10:00
java成员变量初始化顺序
闲来无事,写了一个java成员变量初始化的顺序的小例子 代码如下 父类 package com.
own
.test; public class Bird {
yun342173024
·
2012-08-20 15:00
java
junit测试
今天学习了junit测试(基于注解) package com.
own
.cal; public interface Calculator { double calculatorSalary
yun342173024
·
2012-08-20 11:00
JUnit
服务器证书安装配置
It allows users to manage their
own
public/private key pairs a
捕风的汉子
·
2012-08-15 20:00
ssl keytool cer
上一页
27
28
29
30
31
32
33
34
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他