2014-12-25 Created By BaoXinjian/u1/VIS/visora/db/tech_st/11.1.0/bin参考:管世勇 http://blog.sina.com.cn/s/blog_49d1af6e0100hnbj.html
分类:
数据库 时间:
2015-01-02 10:57:51
阅读次数:
226
刚学习数据结构的时候,这个问题让我困惑了很久,举个例子:#include<stdio.h>#include<malloc.h>typedefstruct{intloc;}stc;voidalterInfo(stc*s){s=(stc*)malloc(sizeof(stc));}voidalterInfo2(stc**s){*s=(stc*)malloc(sizeof(stc));}intmain(void){stc*st=(stc..
分类:
其他好文 时间:
2015-01-01 18:42:33
阅读次数:
180
#coding=utf-8#python中字符串的操作# 字符串的大小写s='hello_wOrld_oF_you'upper_str = s.upper() print('全部大写: ',upper_str)lower_str = s.lower()print('全部小写: ',lower_st....
分类:
编程语言 时间:
2015-01-01 17:17:53
阅读次数:
176
当校验文件取名为ActionClassName-validation.xml时,会对action中的所有方法进行校验。如果你需要对action中的某个方法实施校验,那么,校验文件的取名为ActionClassName-ActionName-validation.xml。其中ActionName为st...
分类:
其他好文 时间:
2015-01-01 15:59:54
阅读次数:
141
环境SDE版本:10./10.2/10.2.1/10.2.2Oracle版本:11g R2 11.2.0.1Windows版本:Windows Server 2008 R2问题描述及原因以全球的边界数据为样例数据,执行语句:select sde.st_astext(sde.st_centroid(s...
分类:
其他好文 时间:
2014-12-31 09:48:26
阅读次数:
117
环境SDE版本:10./10.2/10.2.1/10.2.2Oracle版本:11g R2 11.2.0.1Windows版本:Windows Server 2008 R2问题描述及原因listener.ora文件配置内容:tnsnames.ora文件配置内容:配置完成后,重启数据库及监听器,并执行...
分类:
其他好文 时间:
2014-12-31 09:48:03
阅读次数:
111
经常使用git命令,设置快捷键会方便很多,设置方式如下:git config --global alias.st status或者:修改~/.gitconfig,加入以下部分:[alias] co = checkout ci = commit st = status br = branch sh =...
分类:
其他好文 时间:
2014-12-30 21:54:37
阅读次数:
186
stm8s103 PWM的设置不难,但是很多人不注意选项字节这个问题,PWM是IO口的第二功能,要用ST Visual Programmer 修改选项字节。只需要修改AFR0的功能就可以了其中初始化代码如下void TIM1_PWM_Init(unsigned int TIM1_CH1_Period...
分类:
其他好文 时间:
2014-12-30 18:47:54
阅读次数:
249
1、按照指定的某段路径,进行数据拷贝。 => head Assembly.txt /ifs1/ST_ENV/USER/liyiyuan/liushanlin/1KITE_1_2/110817_I809_FCD05CDACXX_L3_INSbusTBARABPEI-119/e3/gap/e3.scaf...
分类:
系统相关 时间:
2014-12-30 13:23:21
阅读次数:
247
后台传数List,在jsp接收以${group.code }List groups = staffService.getStaffsByName("", "",ZD,"G", 0, 1000);model.addAttribute("groups", groups);List rights = st...