上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 174 下一页

2013年10月29日

实时数据采集传输软件LDM配置

摘要: 本环境一共两个机器:cma.ldm87.gov.cn(hostname)机器作为upstream LDM,cma.ldm84.gov.cn(hostname)机器作为downstream LDM。下面分享一下这两个LDM的配置1 upstream LDM的配置 1.1 ldmd.conf 配置重点 Exec Entries 当使用bin/ldmadmin 命令无需配置,使用bin/ldmd 命令需要使用绝对路径;Request Entries使用默认不需要添加配置;Allow Entries 配置:ALLOW ANY ^cma\.ldm84\.gov\.cn\.?$(目的是让d... 阅读全文

posted @ 2013-10-29 21:47 新一 阅读(427) 评论(0) 推荐(0)

ural 1993 This cheeseburger you don't need

摘要: 顺次存到{} 【】 () 遇到逗号就处理下,最后处理逗号之后的 #include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3ftypedef __int64 ll;using namespace std;char ob[105],sub[105],veb[105],s[105];int flag,i,l,o,sb,v,j,first;int main(){ while(gets(s)!=NULL) { flag=0; ... 阅读全文

posted @ 2013-10-29 21:46 新一 阅读(255) 评论(0) 推荐(0)

营销型网站的概念及设计制作过程中的注意事项

摘要: 营销型网站的提出:1、企业网站在国内发展从技术角度经历了两大发展阶段,第一阶段是以静态HTML为代表的企业网站建设,这个阶段ASP技术尚未发展到全面普及应用的程度,更多的企业网站建设在满足企业信息和产品信息的简单展示功能,当年流行的词称这个时候的网站是企业的网络名片,意思也仅仅是将企业信息予以网络上展示而已。这个阶段企业网站主要存在以下问题:网站维护困难,表现在要懂HTML代码,或会用Frontpage等简单的编写网页的软件,网站需要更新的话存在每次都需要使用FTP等软件,最初还需要懂在DOS下的FTP命令;网站无法承受大量产品,因为这个阶段没有采用数据库技术,每增加一个产品或一个信息页面均需 阅读全文

posted @ 2013-10-29 21:46 新一 阅读(272) 评论(0) 推荐(0)

Java IO--字节流与字符流

摘要: 1、流的概念 程序中的输入输出都是以流的形式保存的,流中保存的实际上全都是字节文件。 2、字节流与字符流 内容操作就四个类:OutputStream、InputStream、Writer、Reader 3、字节流 3.1字节输出流OutputStream Clonseable表示可以关闭的操作,因为程序运行到最后肯定要关闭。 Fluashable表示刷新,清空内存中的数据 import java.io.File ;import java.io.OutputStream ;import java.io.... 阅读全文

posted @ 2013-10-29 21:43 新一 阅读(274) 评论(0) 推荐(0)

QProcess调用外部程序方式的差异

摘要: 众所周知QProcess类的作用是启动一个外部的程序并与之交互它有三种方式调用外部程序:1. execute2. start3. startDetached从调用上看: execute是阻塞调用, 并且继承了调用者环境变量和工作目录(The environment and working directory are inherited from the calling process.) start则是异步调用,而非阻塞调用. startDetached呢则是运行外部程序并且脱离调用程序. 说起来有点饶口,简单点说就是外部程序在被调用后就和调用程序没有毛毛关系了,即便是关闭调用程序,外部... 阅读全文

posted @ 2013-10-29 21:42 新一 阅读(1450) 评论(0) 推荐(0)

ural 1998 The old Padawan

摘要: 先预处理每一个点往前退几步就一个trick。。要处理这一秒已经超出了要拿完所花的时间 #include #include #include #include #include #include #include #include #include #define inf 0x3f3f3f3ftypedef __int64 ll;using namespace std;int c[100005],w[100005],s[100005],t[100005],tmp,N,n,m,k,i,cnt,pos,ans;int main(){ while(~scanf("%d%d%d",& 阅读全文

posted @ 2013-10-29 21:39 新一 阅读(167) 评论(0) 推荐(0)

改进uboot,添加自定义快捷菜单

摘要: 1、在common目录下新增cmd_menu.c文件,内容为:#include#include#ifdef CONFIG_MENUKEYstatic char awaitkey(unsigned longdelay, int* error_p){ int i; charc; if (delay ==-1) { while (1) { if (tstc()) return getc(); } } else { for (i = 0; i < delay; i++) { if (tstc()) returngetc(); udelay (10*1000); } } if(e... 阅读全文

posted @ 2013-10-29 21:37 新一 阅读(540) 评论(0) 推荐(0)

ext_EditorGridPanel (8)

摘要: EditorGridPanel ExtJS 中的可编辑表格由类Ext.grid.EditorGridPanel 表示,xtype 为editorgrid,和gridPanel的区别就是,这个表格中的内容是可编辑的Ext.onReady(function(){ var data=[ {id:1,name:'小王',email:'xiaowang@easyjf.com',sex:'男',bornDate:'1991-4-4'}, {id:1,name:'小李',email:'xiaoli@easyjf.com& 阅读全文

posted @ 2013-10-29 21:35 新一 阅读(407) 评论(0) 推荐(0)

2.目录:疯子讲iOS课程

摘要: 目录:疯子讲iOS课程 写这个目录让我纠结好几天,一是我在考虑要不要从Objective-c基础开始讲,是否要使用ARC的方式讲,二是本人的游戏这几天正在封测,时间也比较紧张。纠结于有些朋友可能还不了解OC(Objective-c,后一直使用缩写),使用ARC又担心有些朋友会不了解内存管理机制。所以,我决定不一一的去讲OC基础,但我会把OC里面关键的语法单独出来给大家讲解,加深大家对OC的理解。针对ARC,我会专门写一章节来剖析OC里面的内存管理。i学习基础我推荐看《Objective-C2.0程序设计(原书第2版)》,作者科施恩(Kochan.S.G.)著。疯子讲iOS,主要会以实例... 阅读全文

posted @ 2013-10-29 21:30 新一 阅读(267) 评论(0) 推荐(0)

Leetcode: Valid Number

摘要: Validate if a given string is numeric. Some examples: "0"=>true " 0.1 "=>true "abc"=>false "1 a"=>false "2e10"=>true Note:It is intended for the problem statement to be ambiguous. You should gather all requirements up front before impl 阅读全文

posted @ 2013-10-29 21:29 新一 阅读(792) 评论(0) 推荐(0)

上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 174 下一页

导航