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
basics
JDK RMI
RMI通信接口 public interface I
BasicS
ervice extends Remote { String putline(String log) throws
qiangcz
·
2014-09-25 17:00
jdk
iOS_41_绘图
最终效果图:下面两张,是画文字时,用到的字典最终效果图:storyboard截图:控制器代码:// //
BasicS
hapeController.m //41_绘图 // //Createdbybeyondon14
u012576807
·
2014-09-20 20:00
ios
绘图
QuartzCore2D
EE8054 Semiconductor Memory Testing
http://www.ee.ncu.edu.tw/~jfli/memtest/lecture/Contents Chapter1:IntroductionChapter2:
Basics
ofMemories
RyaneLuo
·
2014-09-18 18:00
boost::asio-start(1): The
basics
of io_service详解
转自:http://www.gamedev.net/blog/950/entry-2249317-a-guide-to-getting-started-with-boostasio/?pg=2我自己先学习了此文章,然后跟踪代码,了解了代码背后的操作。Example-1a#include #include intmain(intargc,char*argv[]) { boost::asio::io
oldmtn
·
2014-09-18 10:00
Google Java Style
GoogleJavaStyleLastchanged:March21,20141Introduction1.1Terminologynotes1.2Guidenotes2Sourcefile
basics
2.1Filename2.2Fileencoding
桃花道人
·
2014-09-12 09:00
java
style
DirectX 9.0c游戏开发手记之RPG编程自学日志之5: Drawing with DirectX Graphics (用DirectX图形绘图)(第1节)
有问题请联系
[email protected]
从这一期起,我们进入了本书的第二部分,叫做DirectX
Basics
(DirectX基础)。
u011873969
·
2014-09-10 15:00
C++
RPG
游戏开发
DirectX
游戏编程
CentOS下YUM本地服务器的搭建
如何配置本地yum服务器 b.使用ftp提供yum源服务 c.使用http提供yum源服务 d.客户端配置本地yum源配置 a.服务器安装,本案例使用环境为CentOS6.5,安装选择为
BasicS
erver
hutokyo
·
2014-09-06 23:31
centos
yum
Codeforces 362C. Insertion Sort
C.InsertionSorttimelimitpertest2secondsmemorylimitpertest256megabytesinputstandardinputoutputstandardoutputPetyaisabeginnerprogrammer.Hehasalreadymasteredthe
basics
oftheC
u012797220
·
2014-09-04 23:00
HTML渲染文章(WebCore)
渲染基础知识: https://www.webkit.org/blog/114/webcore-rendering-i-the-
basics
/ 渲染基本规则: https://www.webkit.org
uzoice
·
2014-09-03 23:00
html
java 使用zxing 生成二维码
package com.lyis.core.util; import java.awt.
BasicS
troke; import java.awt.Graphics; import java.awt.Graphics2D
zzc1684
·
2014-09-03 11:00
Android 重读官方文档 4 SharedPreferences
http://developer.android.com/training/
basics
/data-stor
ivolianer
·
2014-08-29 12:00
130+ 条 Vim 常用命令
Basics
:e filename Open filena
chriszeng87
·
2014-08-27 19:00
vim
130+ 条 Vim 常用命令
Basics
:efilenameOpen filename foredition:wSavefile:qExitVim:q!Quitwithoutsaving:xWrite
Rayn-瑞恩
·
2014-08-27 12:00
Sass基础
博客:http://colobu.com翻译自Sass官方文档:Sass
Basics
.在使用Sass之前,你需要在你的项目中设置一下。如果你只是想浏览本页内容,没问题,继续。
smallnest
·
2014-08-26 14:00
css
sass
Bound Services
BoundServicesINTHISDOCUMENTThe
Basics
CreatingaBoundServiceExtendingtheBinderclassUsingaMessengerBindingtoaServiceManagingtheLifecycleofaBoundServiceKEYCLASSESServiceServiceConnectionIBinderSAMPLESRemot
cxc19890214
·
2014-08-21 23:00
生成二维码 zxing
package com.feinno.wbs.web.util; import java.awt.
BasicS
troke; import java.awt.Graphics2D;
小斌张
·
2014-08-21 16:00
java
zxing
VBS基础教程
VBScript(MicrosoftVisual
BasicS
criptEditon).
cometwo
·
2014-08-19 21:00
Effective JavaScript
Basics
Item 1-6
Item1:了解你正在使用的JavaScript 重点:如果使用了strictmode,那么需要将你的代码在ES5环境中进行测试usestrict只在script或者function的最开始处才能被识别,所以在进行script拼接的时候需要注意永远不要将nonstrict和strict的scripts进行拼接如果确实需要将nonstrict和strict的scripts进行拼接,可以考虑使用Imm
dm_vincent
·
2014-08-19 19:00
JavaScript
编程语言
编程实践
实时修改方案
1.
BasicS
tate流式计算如果修改为并行计算,最后结果要做整合的。这也没啥。创建4个参数对象传递,线程之后根据参数整合成一个。
马知常
·
2014-08-14 16:00
Sessions, Desktops and Windows Stations
Todaywearegoingtobrieflygooverthe
basics
ofsomeconceptsthatcanbeprettyconfusingevenatthebestoftimes-Sessions
lziog
·
2014-08-14 15:00
Swing JPanel 设置画布背景及自己绘图
OverrideprotectedvoidpaintComponent(Graphicsg){super.paintComponent(g);//转换画笔为2DGraphics2Dg2d=(Graphics2D)g;//设置画笔粗细g2d.setStroke(new
BasicS
troke
戴新美
·
2014-08-12 20:44
Swing
JAVA开发专栏
Sessions, Desktops and Windows Stations
Todaywearegoingtobrieflygooverthe
basics
ofsomeconceptsthatcanbeprettyconfusingevenatthebestoftimes-Sessions
Avan_Lau
·
2014-07-29 15:00
Spark上矩阵运算库(三)代码重构与优化
org.apache.spark.mllib.linalg.distributed包内,Spark的官方文档有一个简单的相关介绍:http://spark.apache.org/docs/latest/mllib-
basics
.html
u014252240
·
2014-07-28 01:00
scala
spark
OpenGL & GLSL 教程(四)
这个系列教程是https://github.com/mattdesl/lwjgl-
basics
/wiki的系列翻译。
红色贪吃蛇
·
2014-07-28 00:00
glsl
shader
渲染
游戏
opengl
Centos6.3 修改静态ip
我实在VM上安装的Centos6.364位,选择的是
basics
erver,所以很多东西都要后续安装。使用nat连接,保证centos能够访问外网,nat默认的是DHCP。
simplty
·
2014-07-26 16:00
线程对象
(本部分原文链接,译文链接,译者:郑旭东) Eachthreadisassociatedwithaninstanceoftheclass Thread.Therearetwo
basics
trategiesforusing
圣洁之子
·
2014-07-26 14:00
libuv 学习资料
http://www.256code.com/uvbook/
basics
.htmlhttps://github.com/joyent/libuv
dai_jing
·
2014-07-25 18:00
libuv
struts2实现文件下载功能
--> <action name="downloadFileAction" class="cn.tdtk.gtxy.mm.
basicS
ettings.action.DownloadAction
rebeidian
·
2014-07-25 10:00
ssh文件下载+解决中文乱码
关于外贸网客户开发的随想
最近在做2个网站的SEO,一个是 酷玛科技,网址:http://www.coomatec.com, 关于这个公司的描述: Coomatec makes your security easier
Basics
zhangzuanqian
·
2014-07-24 17:00
开发
SRM Rfx(寻源)的含义及相应的增强
是统称罢了,寻源时一般这么说~ SRM中的Rfx的开发相关:1.SPRO->SAPSupplierRelationshipManagement->SRMServer->Cross-Application
BasicS
ettings
forever_crazy
·
2014-07-23 13:00
android中ActionBar的覆盖叠加
编写: Vincent4J -校对:原文: http://developer.android.com/training/
basics
/actionbar/overlaying.htmlActionBar
u011494050
·
2014-07-19 11:00
android
Actionbar
寒城攻略:Listo 教你 25 天学会 Swift 语言 - 03 The Basic
*********************************************************************************************//1.The
Basics
u013096857
·
2014-07-16 09:00
swift
Android Gradle Plugin指南(四)——测试
5.1
Basics
andConfiguration(基本知识和配置)正如前面所提到的,紧邻mainsourceSet的就是androidTest
qinxiandiqi
·
2014-07-15 17:00
android
gradle
gradle
单元测试
合并
自动化测试
NumPy
Basics
: Arrays and Vectorized Computation
来自:http://pda.readthedocs.org/en/latest/chp4.htmlNumPy是NumericalPython的简称,是高性能计算和数据分析的基础包。本书中几乎所有高级工具都是建立在它的基础之上,下面是它所能做的一些事情:ndarray,快速和节省空间的多维数组,提供数组化的算术运算和高级的 广播 功能。使用标准数学函数对整个数组的数据进行快速运算,而不需要编写循环。
fennvde007
·
2014-07-10 10:00
The Kernel Newbie Corner: Kernel Symbols: What's Available to Your Module, What Isn't
Backto
Basics
Let'sonceagainconsiderafairlybasicloadablemodule,whichprintsto/var/log/messagesthatit'sbeenloaded
CaspianSea
·
2014-07-10 00:00
Javascript OOP
Basics
1.TwoSimplestWaytoCreateObject(1)TheOneWay1 var person = new Object(); 2 person.name = 'Cent Wen';3 person.age = 28;4 person.email = '
[email protected]
';5 person.show = function(){6
fightingbull
·
2014-07-07 16:00
Android Fragment练习
参考文档: androiddevelopertraining
basics
1.一个activity可以用若干个fagment组成,用fragment组成的好处是可以适用各种类型的屏幕。
caohong
·
2014-07-04 12:00
android
Activity
Fragment
Python String Operation
Basics
First of all,python strings can not be changed,because they are immutable. String escape 'Isn\'t,he said' "Isn\"t,he said" more readable string
hedajia
·
2014-07-03 21:00
python
Python String Operation
Basics
阅读更多Firstofall,pythonstringscannotbechanged,becausetheyareimmutable.Stringescape'Isn\'t,hesaid'"Isn\"t,hesaid"morereadablestringprint("Isn\"t,hesaid")donotwanttoescapeprint(r'C:some\name')Stringconcat
hedajia
·
2014-07-03 21:00
python
Git Cheat sheet
gitls-files|xargscat|wc-l2.4Git
Basics
-UndoingThingsUndoingThingsAtanystage,youmaywanttoundosomething.Here
Silvery
·
2014-07-03 00:00
Swift语言官方文档翻译(3)-The
Basics
The
Basics
Swift是为IOS和OS应用开发所创建的新语言。虽然定义为新语言,但Swift与这两个语言有很多相似的地方。
qhshiniba
·
2014-07-02 23:00
swift
【Vegas原创】安装rhel6.2,不能进图形化界面的终极解决方法
方法一:在倒数最后一步,选择Desktop,而千万不要下一步,默认选择
BasicS
erver,否则,安装后,是木有图形化界面滴。
AmadeusLee
·
2014-07-02 17:00
Qt线程基础
/blog.csdn.net/fuyajun01/article/details/7056886原文地址:http://doc.qt.nokia.com/master-snapshot/thread-
basics
.html
zb872676223
·
2014-06-30 13:00
The Kernel Newbie Corner: Kernel Debugging with proc "Sequence" Files--Part 3
Finally,aftertwoinstallmentsofthe
basics
ofdebuggingwithsequencefiles,we'regoingtofinishoffbydemonstratingthepowerofsequencefileswithanexamplethatactually
CaspianSea
·
2014-06-30 03:00
Active Record
Basics
8 Migrations 数据迁移
version: rails4 数据迁移 Rails 提供了一种基于领域的语言用来管理数据库模型,这称为数据转移。数据转移被保存为文件,能够在任何数据库中执行,Active Record 提供了命令 rake。下文是一个创建数据表的数据转移的例子: classCreatePublications < ActiveRecord::Migration
jiajie0531
·
2014-06-29 23:00
Ruby
Rails
Active Record
Basics
8 Migrations 数据迁移
阅读更多version:rails4数据迁移Rails提供了一种基于领域的语言用来管理数据库模型,这称为数据转移。数据转移被保存为文件,能够在任何数据库中执行,ActiveRecord提供了命令rake。下文是一个创建数据表的数据转移的例子:classCreatePublications
jiajie0531
·
2014-06-29 23:00
rails
ruby
Active Record
Basics
8 Migrations 数据迁移
阅读更多version:rails4数据迁移Rails提供了一种基于领域的语言用来管理数据库模型,这称为数据转移。数据转移被保存为文件,能够在任何数据库中执行,ActiveRecord提供了命令rake。下文是一个创建数据表的数据转移的例子:classCreatePublications
jiajie0531
·
2014-06-29 23:00
rails
ruby
Active Record
Basics
7 Callbacks 回调函数
version: rails4 在你模型的生命周期内,Active Record 的回调函数允许你对于特定的事件增加代码。当那些事件发生的时候,这使得你能够对于你的模型增加行为,只要直接产生代码即可,就如同当你创建一个新的记录时,修改它,销毁它等等。你可以了解到回调函数的更多知识,可以参考 Active Record Callbacks guide. &n
jiajie0531
·
2014-06-29 19:00
Ruby
Rails
【NIO】Chapter 4. Selectors
Selector
Basics
Youregisteroneormorepreviouslycreatedselec
just2learn
·
2014-06-29 01:00
selector
Active Record
Basics
6 Validations 验证
version: rails4 6 验证 Active Record 允许你去验证一个模型的状态,在它被写入到数据库之前。这有一些方法你可以用来校验你的模型和验证属性值是否为空,是否唯一性和是否已存在于数据库中,以及遵从与一个特定的详细格式之类的。 当数据持久型到数据库的时候,验证是一个非常重要的问题需要考虑的,特别是这些方法 create,
jiajie0531
·
2014-06-28 15:00
Ruby
Rails
Active Record
上一页
74
75
76
77
78
79
80
81
下一页
按字母分类:
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
其他