首页 > 全部
验证一个字符串是否可以被转化为本地系统时间格式
今天有个测试需求要验证一个时间是否被显示为本地时间格式,翻了翻google,自己又做了些试验,终于找出来这么个方法。留下来以备日后查用。string dateNeedToParse = "02/10/2014"; DateTime myDate = DateTime.Now; bool compar...
分类:其他   时间:2014-02-10 16:58:17    收藏:0  评论:0  赞:0  阅读:283
一,U盘安装 CentOS 6.5 minimal
U盘安装盘:CentOS-6.5的版本有四个,分别是: 1、CentOS-6.5-i386-netinstall.iso 通过网络安装的,需要联网 2、CentOS-6.5-i386-minimal.iso 精简版,自带的软件少 3、CentOS-6.5-i386-LiveCD.iso 自带一些比较...
分类:其他   时间:2014-02-10 16:58:02    收藏:0  评论:0  赞:0  阅读:399
HDU 1455 Sticks
非常经典的搜索剪枝,剪枝说明见程序:#include #include using namespace std;int l,total,n,sum;struct node{ int l; bool flag; friend bool operator b.l; }}stick[100];bool d...
分类:其他   时间:2014-02-10 16:57:57    收藏:0  评论:0  赞:0  阅读:376
SQL——存储过程实例 循环
--循环create or replace procedure p_xunhuan(input in number,output out number) is temp number(10);begin temp := 0; for temp in 0..input loop begin outpu...
分类:数据库技术   时间:2014-02-10 16:57:42    收藏:0  评论:0  赞:0  阅读:402
转:解决“arcsde服务启动又停止的问题” - shmiloy001的专栏 - 博客频道 - CSDN.NET
1)查看原因 该问题产生的原因可查看文件:F:\Program Files\ArcGIS\ArcSDE\ora11gexe\etc\sde_esri_sde.log 文件中提示密码失效:ORA-28002: the password will expire within 7 days 2)更改SDE...
分类:Web开发   时间:2014-02-10 16:57:32    收藏:0  评论:0  赞:0  阅读:339
oracle启动停止命令
1、启动数据库:oracle@suse92:~> sqlplus /nologSQL*Plus: Release 9.2.0.4.0 - Production on Fri Jan 20 02:29:37 2006Copyright (c) 1982, 2002, Oracle Corporatio...
分类:数据库技术   时间:2014-02-10 16:57:17    收藏:0  评论:0  赞:0  阅读:436
什么是TimeTunnel
index - Taocode欢迎使用TimeTunnelPageOutline(1-3,,inline)什么是TimeTunnel!TimeTunnel(简称TT)是一个基于thrift通讯框架搭建的实时数据传输平台,具有高性能、实时性、顺序性、高可靠性、高可用性、可扩展性等特点。高性能2k大小的...
分类:其他   时间:2014-02-10 16:57:12    收藏:0  评论:0  赞:0  阅读:379
准备你的Adempiere开发环境(2)- 安装
1. 用pgAdmin III创建用户adempiere/adempiere:2. 创建adempiere360数据库:3. 导入\data\Adempiere_pg.dmp数据:psql -d adempiere360 -U adempiere -c "drop schema sqlj casca...
分类:其他   时间:2014-02-10 16:57:07    收藏:0  评论:0  赞:0  阅读:438
3D打印Citizen Watch设计与应用
Citizen Watch 为了保持其机密的发展战略,模型制作都依赖于一个内部的成型中心。壓鑄鋁mineral water filling line在得到他们的3D打印设备之前,他们使用数控加工设备,制作、模拟最终设计的手表设计及装配夹具,因为这种类型的加工方式常常增加成本及时间的延误,之后Citi...
分类:其他   时间:2014-02-10 16:56:32    收藏:0  评论:0  赞:0  阅读:377
部署django - Apache + mod_wsgi + windows
部署django - Apache + mod_wsgi + windows1、环境django 1.6.2python 3.3 32位apache2.4.7 32位一个可以使用的django project(https://github.com/liulixiang1988/python_stud...
分类:Windows开发   时间:2014-02-10 16:56:27    收藏:0  评论:0  赞:0  阅读:745
shell编程的变量与编程符号使用
bash变量类别: 本地变量: (更小的有局部变量,之限于某一个代码段) 作用范围仅限当前源程序文件.仅对当前的shell进程有效(即理解为打开的一个shell终端,同时记住父shell的变量在子shell里同样没有效果). echo命令: -n:输出的时候省去\n(回车). -e:显示转义字符.如...
分类:其他   时间:2014-02-10 16:56:17    收藏:0  评论:0  赞:0  阅读:324
IOS7 Text View 截断的问题解决
- (void)textViewDidChange:(UITextView *)textView { CGRect line = [textView caretRectForPosition: textView.selectedTextRange.start]; CGFloat overflow =...
分类:其他   时间:2014-02-10 16:55:52    收藏:0  评论:0  赞:0  阅读:395
zookeeper简介
因为项目需要,需要使用zookeeper。zookeeper就不用介绍了,具体见此文。http://www.ibm.com/developerworks/cn/opensource/os-cn-zookeeper/#icommentszookeeper有点类似epoll的ET模式,事件只会通知一次,...
分类:其他   时间:2014-02-10 16:55:42    收藏:0  评论:0  赞:0  阅读:481
Mirror--如何在主库上增加文件
由于各种原因,如磁盘不空不足,需要对主库增加数据库文件到其他磁盘上,而镜像服务器上没有对应盘符,很多人会选择删除镜像,重新完备还原来搭建镜像,这种方式耗时耗力。在做此类操作时,需要对主服务器和镜像服务器的环境镜进行检查,依据情况采用不同的方式处理。1> 主库服务器和镜像服务器配置一样,且新增加文件的...
分类:其他   时间:2014-02-10 16:55:27    收藏:0  评论:0  赞:0  阅读:408
【引】Version Control System - SVN - Developing and Deploying with Branches
Developing and Deploying with Branches
分类:其他   时间:2014-02-10 16:55:17    收藏:0  评论:0  赞:0  阅读:427
PAT 1005
1005. Spell It Right (20) Given a non-negative integer N, your task is to compute the sum of all the digits of N, and output every digit of the sum in...
分类:其他   时间:2014-02-10 16:55:12    收藏:0  评论:0  赞:0  阅读:401
javascript 将多维数组转换为一维数组
/** * 2013年9月去面试的时候,有面试过这样子一道题目: * 题目是这样子的:将一个多维数组转换成一维数组并返回该数组,类似 * [1,2,3,[4,5,6,[7,8]],9]转换后为:[1,2,3,4,5,6,7,8,9] * 之前比较取巧,用concat函数直接转换,昨日突然想到这道题目...
分类:Web开发   时间:2014-02-10 16:54:42    收藏:0  评论:0  赞:0  阅读:427
2013年年终总结
2013年年终总结 ----努力,但是要朝着自认为正确的方向一、工作1-2月,4-5月做了一个基于Wince系统的手持机上的物流软件,能够通过远程读写标签,Websevice技术,实现简单的物流管理。MVC,Wince,Wince上的Websevice,XML职责:开发全部功能2-3月,接手熟悉一个...
分类:其他   时间:2014-02-10 16:54:37    收藏:0  评论:0  赞:0  阅读:425
jQuery 遍历
.add()add() 方法将元素添加到匹配元素的集合中.add(selector)//字符串值,表示查找供添加到匹配元素集合的元素的选择器表达式。.add(elements)//添加到匹配元素集合的一个或多个元素.add(html)//添加到匹配元素集合的 HTML 片段.add(jQueryOb...
分类:Web开发   时间:2014-02-10 16:54:32    收藏:0  评论:0  赞:0  阅读:605
Partition List
Given a linked list and a valuex, partition it such that all nodes less thanxcome before nodes greater than or equal tox.You should preserve the origi...
分类:其他   时间:2014-02-10 16:53:52    收藏:0  评论:0  赞:0  阅读:393
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!