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
fds
从代码中学Python语法二(持续更新)
#-*-coding:utf-8-*- __author__='hunterhug' #x=int(input("请输入一个数:\n")) x=5 ifx0") str=['
fds
','sdfsdf
一只尼玛
·
2015-11-18 22:00
Objective-C数组 NSArray与NSMutableArray的区别 NSDictionary与 NSMutableDictionary 的区别 == int,NSInteger,NSUIn
;); //指定多个字符串创建数组 NSArray *array; array=[NSArrayarrayWithObjects:@"0-asd",@"1-
fds
·
2015-11-13 11:55
Objective-C
arm 基础:Poll机制分析(转韦东山)
最近看了一下Linux Poll 机制的实现,看了韦老师的分析文档,总结如下: int poll(struct pollfd *
fds
,nfds_t nfds, int timeout); 总的来说
·
2015-11-12 19:26
ARM
Python模块学习——subprocess
subprocess.Popen(args, bufsize=0, executable=None, stdin=None, stdout=None, stderr=None, preexec_fn=None, close_
fds
·
2015-11-12 11:39
process
Oracle 11g gateways(透明网关)配置
配置要点主要有三点: 1、%GATEWAYS_HOME%(透明网关安装目录)\dg4msql\admin\initdg4msql.ora 内容: HS_
FDS
_CONNECT_INFO=localhost
·
2015-11-12 08:58
oracle 11g
将DLL放在资源文件中,利用反射来调用它的泛型函数!
{ System.Reflection.Assembly ass = System.Reflection.Assembly.Load(SCB.
FDS
.Client.AutoUpdate.Resource.Newtonsoft
·
2015-11-11 14:15
dll
Linux多线程之同步3
分别如下: /* 客户端列表 */ typedef struct tag_
fds
{ int s_rfd ; int s_wfd ; str
·
2015-11-11 14:32
linux
【C017】VBA为多文件夹内文件加表头
每个文件夹中都有不定数目的Excel表格 实现通过VBA,为每个Excel文件加入一个表头,即:插入一行,然后加入内容 Sub jiabiaotou() Dim fs, f,
fds
·
2015-11-11 12:57
VBA
poll(2)
poll,ppoll —— 等待文件描述符上的事件 SYNOPSIS #include <poll.h>int poll(struct pollfd *
fds
·
2015-11-11 09:52
po
linux下的工具总结
查错 valgrind: valgrind --tool=memcheck --leak-check=full --track-
fds
=yes ./a.out gd
·
2015-11-11 07:42
linux
js读取json数据(php传值给js)
php $array =array('
fds
','fdsa','fdsafasd'); // json_encode($array); 
·
2015-11-11 07:43
json
Learning Candence 3.OrCAD的自制元件注意事项
今天自己画了一个
FDS
9413,结果管脚的导线怎么也连接不上去,无论grid设置为捕获与否,导线就是不能吸附在管脚上,重画了N次,终于找到解决办法如下: 在制作元件时,除了自己画的一些2D LINE
·
2015-11-11 01:23
in
system调用虽然用了exec,但是fd, signal这些还是会保留父进程的,be careful
amp; "exec" function to replace the whole process address space, but in child process, the
FDs
·
2015-11-10 23:40
System
select函数
FD_ZERO(
fds
); hifd = 0; for( i = 0; i < axel->conf->num_connections; i +
·
2015-11-09 14:02
select
redis-网络事件模型(scoket)
1、相关宏和函数原型FD_ZERO(intfd,fd_set*
fds
) FD_SET(intfd,fd_set*
fds
) FD_ISSET(intfd,fd_set*
fds
) FD_CLR(intfd
canexjtuzju
·
2015-11-07 22:00
poll 使用示例
这个函数是某些Unix系统提供的用于执行与select()函数同等功能的函数,下面是这个函数的声明: #include <poll.h> int poll(struct pollfd
fds
·
2015-11-07 12:52
示例
在Panel上绘图的实现
近期制作了
FDS
的一个建模工具,由于知识有限,做出的效果是2D的。
·
2015-11-05 08:03
Panel
NIO底层的实现
poll函数的定义如下: int poll(struct pollfd *
fds
, nfds_t nfds, int timeout); 其中的参数类型pollfd的定义如下:
·
2015-11-01 08:08
nio
IPC with pipes, also dup2 redirect stream handle
sys/types.h> #include <sys/wait.h> #include <unistd.h> int main() { int
fds
·
2015-10-31 17:54
redirect
多路复用的server模型
多路复用I/O之server模型 主要是关于select()这个函数: 其原型是:int select(int n,fd_set *read_
fds
,fd_set *write_
fds
·
2015-10-31 17:48
server
Unsatisfied forward or external declaration 错误分析
今天在
FDS
建模程序编写时自定义了一组鼠标响应事件,结果总是提示“Unsatisfied forward or external declaration”错误,最终发现是如下原因造成的:
·
2015-10-31 16:50
forward
Perform方法在特殊操作控件上有奇效
近期想制作一个
FDS
的建模工具,其中需要对已生成控件的大小、位置等属性进行调整。
·
2015-10-31 16:46
form
多任务I/O之poll函数
#include <unistd.h>#include <sys/poll.h>int main(void){ //要等待的文件的数组 struct pollfd
fds
·
2015-10-31 09:07
I/O
储存过程里设置了OUTPUT,取值
SqlConnection con=new SqlConnection("data source=
fds
;uid=sa;pwd=ddda;initial catalog=hsb");
·
2015-10-31 09:44
out
DaVinci DM365资源列表
1_00_003 Product Download Page http://software-dl.ti.com/dsps/dsps_public_sw/codecs/DM365/index_
FDS
.html
·
2015-10-31 09:32
vi
.net 下 前台表单验证
method = " post " runat = " server " onsubmit = " alert('
fds
·
2015-10-28 09:03
.net
Linux poll机制
amp;c=poll poll的是一种查询的方式,英文解释 :民意调查 函数原型:int poll(struct pollfd *
fds
·
2015-10-27 16:41
linux
poll()函数
系统提供的用于执行与select()函数同等功能的函数,下面是这个函数的声明: #include <poll.h> int poll(struct pollfd
fds
·
2015-10-27 16:40
函数
ASP.NET里常用的JS (转贴)
转自: http://www.cnblogs.com/
fds
2003/archive/2006/10/20/534216.html using System; using System.Web
·
2015-10-23 09:41
asp.net
poll()
# include < sys/ poll. h> int poll ( struct pollfd *
fds
, unsigned int nfds, int timeout) ;
·
2015-10-23 08:19
po
ASP.NET里常用的JS (转贴)
ASP.NET里常用的JS (转贴) 转自: http://www.cnblogs.com/
fds
2003/archive/2006/10/20/534216.html using System
·
2015-10-21 12:01
asp.net
储存过程里设置了OUTPUT,取值
SqlConnection con=new SqlConnection("data source=
fds
;uid=sa;pwd=ddda;initial catalog=hsb");
·
2015-10-21 11:50
out
使用 Nim 语言和使用 C 语言, 调用系统 POSIX 接口传递文件描述符的对比
事实上,Nim是调用的CPOSIX接口)NimimportposixprocCMSG_LEN(length:cuint):cint{.importc,header:"".}procsocketpair(
fds
tulayang
·
2015-09-21 00:00
unix
linux
c
posix
nim
Nim 和 C 语言实现 __ 套接字管道传递描述符
NimimportposixprocCMSG_LEN(length:cuint):cint{.importc,header:"".}procsocketpair(
fds
:vararray[0..1,cint
Tulayang
·
2015-09-10 16:14
linux网络编程poll与epoll区别
系统提供的用于执行与select()函数同等功能的函数,下面是这个函数的声明:#includeintpoll(structpollfdfds[],nfds_tnfds,inttimeout);参数说明:
fds
eerstar
·
2015-08-18 20:27
linux
JS 暴虐算法查找
@dd|ad|
fds
|d@dd|ad|
fds
|d@dd|ad|
fds
|d@vare=[];window.onload=function(){varO=stocklist.split("@");for(varN
知识铺
·
2015-08-12 14:00
subprocess.Popen()
Popen(args, bufsize=0, executable=None, stdin=None, stdout=None, stderr=None, preexec_fn=None, close_
fds
喜欢蓝色的我
·
2015-06-26 10:00
process
select、poll、epoll的比较
intnfds,fd_set*readfds,fd_set*writefds,fd_set*exceptfds,structtimeval*timeout);intpoll(structpollfd*
fds
a2796749
·
2015-06-12 19:00
valgrind 内存溢出检测
sudovalgrind --track-
fds
=yes --leak-check=full --undef-value-errors=yes.
刘燕阳
·
2015-06-10 09:00
python 检查 java 1.6版本
ctsProc=subprocess.Popen(cmd,shell=True,close_
fds
=True,stdout=subprocess.PIPE) rows=ctsProc.stdout.readlines
span76
·
2015-05-21 17:00
python
js 一次按钮事件获取全部数据
vardd=document.getElementById("hh"); for(vari=0;i"+mycar[i]; } 第二个方法:varmycar=newArray("df","dff","
fds
u011108439
·
2015-04-07 11:00
ASP.NET AES加密
usingSystem.Security.Cryptography; namespaceUtility { /// ///AES加密解密 /// publicclassAES { publicAES(){} privatestaticstringkey="
fds
u013538542
·
2015-03-24 09:00
erlang tcp 最大链接数
. ``` 里面的{max_
fds
, 1024}查看。
wudixiaotie
·
2015-02-05 17:00
erlang
Beaglebone black开发环境搭建
首先到http://software-dl.ti.com/sitara_linux/esd/AM335xSDK/latest/index_
FDS
.html下载工具先安装SDK(刚开始用的是ubuntu14
jdxcforever
·
2015-01-30 01:41
BeagleBone
Black
python:subprocess模块
subprocess.Popen(args,bufsize=0,executable=None,stdin=None,stdout=None,stderr=None,preexec_fn=None,close_
fds
u010951938
·
2015-01-27 14:00
Zip压缩和解压缩(包括删除压缩的源文件)
packagecom.amarsoft.proj.
fds
.util;importjava.io.BufferedInputStream;importjava.io.BufferedOutputStream
techlgwjda
·
2015-01-07 12:36
java
select、poll、epoll区别对比
intnfds,fd_set*readfds,fd_set*writefds,fd_set*exceptfds,structtimeval*timeout);intpoll(structpollfd*
fds
cws1214
·
2014-11-19 15:00
Poll机制分析(转韦东山)
最近看了一下LinuxPoll机制的实现,看了韦老师的分析文档,总结如下:intpoll(structpollfd*
fds
,nfds_tnfds,inttimeout);总的来说,Poll机制会判断
fds
jinyeweiyang
·
2014-11-09 20:00
Epoll 模式代码
if(r) { rhandlers[fd] = handler; }else { whandlers[fd] = handler; } } poller() { events [];
fds
invictus_lee
·
2014-10-21 14:00
透明网关配置的疑难问题
28500: 连接 ORACLE 到非 Oracle 系统时返回此信息: [Transparent gateway for MSSQL][H006] The init parameter <HS_
FDS
_CONNECT_INFO
羊小绵
·
2014-09-18 16:00
oracle
上一页
3
4
5
6
7
8
9
10
下一页
按字母分类:
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
其他