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
sourcecode
Linux 环境下源码编译安装 NodeJS
安装环境:deepinlinux15.3下载Node.js源码,请参考网址:http://nodejs.org/download/选择
SourceCode
安装过程:1.登陆到Linux终端:tsw@linux
TSW1995
·
2015-08-28 19:11
realloc 用法
最近在写
sourcecode
时需要在数组的buffer小时重新申请一块buffer,故找了一些资料,乖乖,竟然原指针还可以“漂移”。。。。。。
lell3538
·
2015-08-25 18:00
malloc
realloc
动态内存分配
POJ1019--5 2 1 36 9 80 69 85
提示:intx(n的位数)=(int)log10(n)+1;
SourceCode
Problem:1019User:14110103069 Memory:964KTime:16MS Language
lv414333532
·
2015-08-25 16:00
Java代码常用工具--Draft
Eclipse,SourceInsight用于看
sourcecode
;ClassVisualizer:ClassDiagramfromsorucecode;设计模式经验CallStackToolTODO
jicahoo
·
2015-08-20 18:36
Tool
代码
工具
Wireshark:网络数据包实时捕捉分析
1、Wireshark简介 (1)Wireshark源代码下载:http://www.wireshark.org/download.html里面的StableRelease里面的
SourceCode
songshiMVP1
·
2015-08-19 15:00
wireshark
VM 调试驱动设置
\pipe\com_1,baud=115200 -yE:\
SourceCode
\sys\objfre_wnet_x86\i386-srcpathE:\
SourceCode
\sys1.windbg.exe
明月惊鹊
·
2015-08-18 16:00
C++1001
SourceCode
//Exponentiation.cpp:Definestheentrypointfortheconsoleapplication. // #define_CRT_SECURE_NO_WARNINGS
u010760567
·
2015-08-16 21:00
android 中的Uri
文章出处:http://blog.csdn.net/shift_wwx请转载的朋友标明出处~~前言:关于Uri网上相关的例子还是很多的,但是结合
sourcecode
来讲解的很少,个人还是习惯性根据
sourcecode
jingerppp
·
2015-08-14 19:00
android
ContentProvider
Provider
uri
sonarQube代码质量管理
SonarQubeisanopenplatformtomanagecodequality.7个维度管理源码:
sourcecode
:https://github.com/SonarSource/sonarqubesonarQube
neven7
·
2015-08-10 22:14
工具
sonarQube代码质量管理
SonarQubeisanopenplatformtomanagecodequality.7个维度管理源码:
sourcecode
:https://github.com/SonarSource/sonarqubesonarQube
neven7
·
2015-08-10 22:00
Android 中的SparseArray
http://blog.csdn.net/shift_wwx请转载的朋友标明出处~~前言:关于SparseArray或者相关的如SparseIntArray网上相关的例子还是很多的,个人还是习惯性根据
sourcecode
jingerppp
·
2015-08-10 19:00
android
HashMap
SparseArray
SparseIntArray
iOS 四种加密方法
CommonCrypto/CommonDigest.h我将方法绑定在了按键点击的事件中:-(IBAction)md5Clicked:(id)sender{constchar*cStrValue=[self.
sourceCode
.textUTF8String
blinkzero
·
2015-08-10 18:29
Shell 学习3 - Shell 脚本语言与编译型语言的差异
这类语言需要预先将我们写好的源代码(
sourcecode
)转换成目标代码(objectcode),这个过程被称作“编译”。运行程序时,直接读取目标代码(objectcode)。
wu20093346
·
2015-07-30 15:00
linux
shell
机器视觉代码集合
机器视觉代码集合来自:http://rogerioferis.com/VisualRecognitionAndSearch2014/Resources.html
SourceCode
Non-exhaustivelistofstate-of-the-artimplementationsrelatedtovisualrecognitionandsearch.Thereisnowarranty
tiandijun
·
2015-07-28 10:00
Fuel简介
1.1Fuelonlinedemo1.2Fuelarchitecture2WheretogetFuel2.1Releases2.2Nightlybuilds2.3TechinicalPreview2.4ReleaseSchedule2.5
Sourcecode
2.6Developm
yishuizhao
·
2015-07-27 23:44
简介
openstack
fuel
Mirantis
Fuel简介
1.1Fuelonlinedemo1.2Fuelarchitecture2WheretogetFuel2.1Releases2.2Nightlybuilds2.3TechinicalPreview2.4ReleaseSchedule2.5
Sourcecode
2.6Developm
yishuizhao
·
2015-07-27 23:44
fuel
简介
mirantis
ope
OpenStack
Fuel简介
1.1Fuelonlinedemo1.2Fuelarchitecture2WheretogetFuel2.1Releases2.2Nightlybuilds2.3TechinicalPreview2.4ReleaseSchedule2.5
Sourcecode
2.6Developm
yishuizhao
·
2015-07-27 23:44
简介
openstack
fuel
Mirantis
linux /usr/bin/ld: cannot find -lxxx
在linux环境编译应用程式或lib的
sourcecode
时出现如下错误:/usr/bin/ld:cannotfind-lxxx这些讯息会随着编译不同类型的
sourcecode
而有不同的结果出来如:/usr
brookin
·
2015-07-23 23:00
Xcode - Mac+Xcode+OpenCV 配置
opencv.org/downloads.htmlCMake:http://www.cmake.org/download/2.编译静态库(static),动态库(shared)使用cmake编译.静态库填写
sourcecode
u012515223
·
2015-07-23 14:00
mac
xcode
opencv
Mystra
Linux中出现/usr/bin/ld: cannot find -lxxx报错该怎么办?
在linux环境编译应用程式或lib的
sourcecode
时常常会出现如下的错误讯息:代码如下:/usr/bin/ld:cannotfind-lxxx这些讯息会随着编译不同类型的
sourcecode
而有不同的结果出来如
CAIYAODENG
·
2015-07-22 08:00
FileZilla Server安装配置教程
2.1安装模式默认“Standard”即可,无需安装
SourceCode
组件。2.2服务模式,建议选择第二项,手动启动。
genuinecx
·
2015-07-20 21:19
FTP
FileZilla
FTP
Server
组件工具
FileZilla Server安装配置教程
2.1安装模式默认“Standard”即可,无需安装
SourceCode
组件。 2.2服务模式,建议选择第二项,手动启动。可省去开机启动占用计算机资源的烦恼,如果是一台真正的服务器,还是老实选
genuinecx
·
2015-07-20 21:19
server
ftp
ftp
FileZilla
FileZilla Server安装配置教程
2.1安装模式默认“Standard”即可,无需安装
SourceCode
组件。 2.2服务模式,建议选择第二项,手动启动。可省去开机启动占用计算机资源的烦恼,如果是一台真正的服务器,还是老实选
genuinecx
·
2015-07-20 21:19
server
ftp
ftp
FileZilla
【Developing Log】PHP开发环境安装
从http://httpd.apache.org中获得httpd最新版本的
sourcecode
,然后解压安装。
flowingflying
·
2015-07-17 14:00
linux的idr机制
//basedonlinuxV3.14
sourcecode
一、概述IDR机制在Linux内核中指的是整数ID管理机制。实质上来讲,这就是一种将一个整数ID号和一个指针关联在一起的机制。
移植系统
·
2015-07-16 11:59
linux
程序
结构体
空间
linux的idr机制
//basedonlinuxV3.14
sourcecode
一、概述IDR机制在Linux内核中指的是整数ID管理机制。实质上来讲,这就是一种将一个整数ID号和一个指针关联在一起的机制。
移植系统
·
2015-07-16 11:59
linux
程序
结构体
空间
memwatch内存泄露检测工具
工具介绍官网http://www.linkdata.se/
sourcecode
/memwatch/其功能如下官网介绍,挑选重点整理:1、 号称功能:内存泄露检测(检测未释放内存, 即动态内存开辟未释放的情况
lightsong
·
2015-07-15 23:00
OpenH264 Intro - Compile on win7
1.installMinGW+msys2.installvisualstudio +winsdk3.downloadopenh264
sourcecode
4.unzipopenh264
sourcecode
5
fanbird2008
·
2015-07-09 09:00
openh264
解决/usr/bin/ld: cannot find -lxxx 问题
在linux环境编译应用程式或lib的
sourcecode
时常常会出现如下的错误讯息:/usr/bin/ld:cannotfind-lxxx这些讯息会随着编译不同类型的
sourcecode
而有不同的结果出来如
qqq12m
·
2015-06-28 11:00
我在使用 NPOI 时遇到的问题 - Sheet Tab Color
(我文笔太烂,就当练手了) NPOI版本信息:Binary:2.1.3.1
SourceCode
:https://github.com/tonyqus/npoi(2015-06-15) 最近想改善某个项目中操作
草料场
·
2015-06-17 15:00
NPOI
Ukulelejs 发布——羽量级JS Framework
什么是Ukulelejs第一个HelloWorldUkulelejs目前提供的主要功能为何起名叫Ukulelejs不足之处,以及后续版本将要加入的功能Howtouse关于作者更新日志
sourcecode
熊丸子
·
2015-06-15 17:00
JavaScript
mvc
AngularJS
ukulelejs
mvvc
AT91SAM9260下的U-Boot移植和添加LCD驱动支持
第一步:从http://www.denx.de/wiki/U-Boot/
SourceCode
网站下载u-boot-2008.10.tar.bz2这个文件。
linglongqiongge
·
2015-06-06 11:00
at91sam9260ek
.Net开发笔记(八) 动态编译
也就是说,在.Net中可以存在这样一种情况:在程序运行期间,由程序控制动态生成一份源代码(
SourceCode
),然后再编译该源代码,生成一个新的程序集,紧接着再加载生成的程序集,最后运行。
IT周见智
·
2015-06-05 17:00
mysql 安装
1、下载:当前mysql版本到了5.6.20http://dev.mysql.com/downloads/mysql选择
SourceCode
2、必要软件包yum -y install gcc gcc-c
mingyongyao_cto
·
2015-05-26 12:24
mysql
用户
软件包
mysql 安装
1、下载:当前mysql版本到了5.6.20http://dev.mysql.com/downloads/mysql选择
SourceCode
2、必要软件包yum -y install gcc gcc-c
mingyongyao_cto
·
2015-05-26 12:24
mysql
用户
local
软件包
Linux下Nodejs安装三种方式及开发环境
首先去官网下载代码,这里一定要注意安装分两种,一种是
SourceCode
源码,一种是编译后的文件。我就是按照网上源码的安装方式去操作编译后的文件,结果坑了好久好久。
ronin47
·
2015-05-26 08:00
linux
安装
nodejs
Linux下Nodejs安装三种方式及开发环境
首先去官网下载代码,这里一定要注意安装分两种,一种是
SourceCode
源码,一种是编译后的文件。我就是按照网上源码的安装方式去操作编译后的文件,结果坑了好久好久。
ronin47
·
2015-05-26 08:00
linux
安装
nodejs
如何在MATLAB中添加SVM函数工具箱
SVM_SteveGunn添加至我的matlab工具箱内工具/原料:Matlab2013B 、SVM工具箱操作步骤:1、下载svm工具包 地址:http://www.pudn.com/downloads343/
sourcecode
a1b2c3d4123456
·
2015-05-24 13:00
matlab
SVM
工具包
CentOS 7 64位环境下安装llvm以及python的llvmlite包
安装llvm(版本是3.5)1.需要的文件LLVMsourcecodeClangsourcecodeClangToolsExtrasourcecodeCompilerRTsourcecodeLibC++
sourcecode
GoingMyWay
·
2015-05-10 22:00
【转载】解决/usr/bin/ld: cannot find -lxxx 问题
问题:在linux环境编译应用程式或lib的
sourcecode
时常常会出现如下的错误讯息:/usr/bin/ld:cannotfind-lxxx这些讯息会随着编译不同类型的
sourcecode
而有不同的结果出来如
亢松川
·
2015-05-05 18:00
linux
complie
ubuntu安装node js(一)
http://nodejs.org/ (nodejs的官网),下载最新的
sourcecode
包。我下的是
sourcecode
的包,而不是forlinux。
lintcgirl
·
2015-05-01 19:00
linux内核中asmlinkage的含义
相信大家在看linux的
sourcecode
的时候,都会注意到asmlinkage这个宏,它是用来做什么的呢?
JIYILANZHOU
·
2015-04-16 16:00
linux内核
设备模型
Linux驱动开发
cat and tr << <<-
heredoc, hereis, here-string or here-script)isafile literal or inputstream literal:itisasectionofa
sourcecode
Augusdi
·
2015-04-10 15:00
时隔3年半Spring.NET 2.0终于正式Release了
Github上显示
Sourcecode
已经Release,但是还没有Build好的dll下载。以下为Github上发布的Releasen
·
2015-03-31 23:00
spring
Xcode编译器
一个现代编译器的主要工作流程:源代码 (
sourcecode
)→预处理器 (preprocessor)→编译器 (compiler)→ 目标代码(objectcode)→连接器(Linker)→可执行程序
luobo140716
·
2015-03-30 17:00
编译器
xcode编译器
苹果编译器
nodejs环境安装
首先去官网下载代码,这里一定要注意安装分两种,一种是
SourceCode
源码,一种是编译后的文件。我就是按照网上源码的安装方式去操作编译后的文件,结果坑了好久好久。
allantaylor81
·
2015-03-25 09:00
USB audio on Android platform
以MSM8x26 android5.0/5.1(Lolliop) 为例1.
sourcecode
•Kernel kernel/drivers/usb/otg kernel/sound/usb/pcm.c,
kv110
·
2015-03-16 22:00
audio
usb
中国式开源
●源代码(
SourceCode
):程式的可执行档在散布时,必需随附完整开源领军人物近照以及部分标志开源领军人物近照以及部分标志(7张)源代码或是可让人方便的事后取得源代码。
祝坤荣
·
2015-03-14 00:00
开源文化
RHEL 5.8 源码安装MySQL5.5
一:准备工作 1.1到mysql官网下载
sourcecode
版的mysql5.5 1.2安装cmake(前一篇文章) 1.3安装ncurses-devel
凡夫俗子_
·
2015-03-12 22:50
mysql
安装mysql
编译安装mysql
uboot 源码官方下载地址
关于u-boot源代码的信息,看http://www.denx.de/wiki/U-Boot/
SourceCode
wangzhen209
·
2015-03-11 08:00
源码
源代码
uboot
u-boot
上一页
22
23
24
25
26
27
28
29
下一页
按字母分类:
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
其他