码迷,mamicode.com
首页 >  
搜索关键字:port    ( 23009个结果
硬件时钟--ht1381时钟芯片驱动
ht1381时钟芯片驱动 #include "global.h" //时钟芯片ht1381各引脚定义 #define HT1381_CS_GPIO_PORT GPIOD #define HT1381_CS_GPIO_PIN GPIO_PIN_3 #define HT1381CsHigh() (HT13...
分类:其他好文   时间:2014-08-21 19:28:35    阅读次数:652
分享一个嵌入式httpdserver开发库 - boahttpd library
http://sourceforge.net/projects/boahttpd/ 一个C接口的开发库,适用于 windows/linux/或其它嵌入式平台,支持CGI扩展,支持多线程。採用面向对象开发,一个应用里能够同一时候开多个http server,仅仅要port不同就互不影响。主要应用场景应...
分类:其他好文   时间:2014-08-21 18:32:44    阅读次数:240
To change the sharepoint CA port
Set-SPCentralAdministration -Port to fix the error:Got this error: Failed to register SharePoint services. An exception of type System.UriFormatExcept...
分类:其他好文   时间:2014-08-21 18:32:34    阅读次数:256
Linux/shell命令的实际应用——查看Port占用
该Linux/shell命令主要用于解决:1、查看某端口是否被占用;2、查看某端口被哪个进程占用;3、查看某个进程占用了哪些端口;比如我tomcat启动失败,日志显示端口(Port)被占用,可以通过以下命令查看指定Port(tomcat默认端口8080)到底被哪个进程占用netstat -anpt ...
分类:系统相关   时间:2014-08-21 16:35:14    阅读次数:216
如何用xmanager远程连接centos6.0的桌面
在centos6.0系统上设置修改custom.conf文件vim/etc/gdm/custom.conf在[security]下面添加AllowRemoteRoot=true在[xdmcp]下面添加Port=177Enable=1修改完后效果如下:[daemon][security]AllowRemoteRoot=true[xdmcp]Port=177Enable=1[greeter][chooser][debug]保存退出2.修改ini..
分类:其他好文   时间:2014-08-21 15:12:34    阅读次数:211
Tomcat正式环境中需要注意的关键配置
涉及:端口、连接超时、URL编码、处理线程、上传数据限制、JVM <Connector? port="8088"? protocol="HTTP/1.1"? connectionTimeout="20000"? redirectPort="8443"? URIEncoding="UTF-8"? maxThreads="1000...
分类:其他好文   时间:2014-08-21 13:29:34    阅读次数:259
Xshell下VI打开文件中文乱码解决
修改 /etc/sysconfig/i18n 成如下值:LANG="zh_CN.utf8"LANGUAGE="zh_CN.utf8"SUPPORTED="zh_CN.utf8:zh_CN.GB18030:zh_CN:zh:en_US.UTF8:en_US:en"SYSFONT="lat0-sun16...
分类:其他好文   时间:2014-08-21 02:42:13    阅读次数:228
硬件时钟--DS1307时钟芯片
模拟I2C通讯控制DS1307读写硬件时钟 #include "global.h" #include "drv_ds1307.h" #define I2C_CLK_PORT GPIOB #define I2C_CLK_PIN GPIO_PIN_4 #define I2C_SDA_PORT GPIOB #define I2C_SDA_PIN...
分类:其他好文   时间:2014-08-20 17:59:32    阅读次数:385
超级详细Tcpdump 的用法
近期需要做一些网络相关的事情,朋友介绍的这个tcpdump命令,虽然他只是告诉我tcpdump -i eth1, 但是搜了下,很多都指向这篇文章:http://www.chinaunix.net/old_jh/29/674578.html第一种是关于类型的关键字,主要包括host,net,port,...
分类:其他好文   时间:2014-08-19 18:56:05    阅读次数:340
python 格式化日期
#!/usr/bin/env pythonimport sysimport reimport datetimedd = '2014-08-10'da = datetime.datetime.strptime(dd,'%Y-%m-%d')res = datetime.datetime.strftime...
分类:编程语言   时间:2014-08-19 18:47:25    阅读次数:251
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!