//Exportprivate void btnExport_Click(object sender, RoutedEventArgs e){string strDataTime = System.DateTime.Now.ToString("yyyyMMdd_HHmmss");string str...
分类:
Web程序 时间:
2014-07-17 23:30:00
阅读次数:
291
中间语言的主要特征:1. 面向 对象和使 用接口2.值类型和引 用类 型之间的 显 著差异3. 强 数据类型化4.使用异常来处理错误5.使用特性(attribute)
分类:
其他好文 时间:
2014-07-17 23:29:39
阅读次数:
262
1.yum install mysql-server mysql //安装Mysql服务端和客户端2.yum install httpd // 安装Apache3.yum install php // 安装PHP4.chkconfig mysqld on // 设置mysql开机启动5.chkco....
分类:
其他好文 时间:
2014-07-17 23:28:44
阅读次数:
241
Given a binary tree, find its maximum depth.The maximum depth is the number of nodes along the longest path from the root node down to the farthest le...
分类:
其他好文 时间:
2014-07-17 23:27:12
阅读次数:
216
1This worked for me:Make a copy of the .xib in the Finder.Open the copied file in a text editor.Change "com.apple.InterfaceBuilder3.CocoaTouch.XIB" to...
分类:
其他好文 时间:
2014-07-17 23:25:55
阅读次数:
275
C语言随读笔记 2013.11.09 小雨一. C语言的标示符与关键字 关键字:编程语言保留的特殊标示符,有时又称为保留字; 标示符:表示源程序中某个对象的名字,最长255个字符; 关键字分类 32个关键字每个都有不同的意义,大体上根据其意义可以分为以下几类(下划线表...
分类:
编程语言 时间:
2014-07-17 23:23:08
阅读次数:
416
pyenv安装:https://github.com/yyuu/pyenv#choosing-the-python-versionpyenv命令:https://github.com/yyuu/pyenv/blob/master/COMMANDS.mdpyenv virtualenv插件安装:htt...
分类:
编程语言 时间:
2014-07-17 23:22:39
阅读次数:
348
运行环境:开发环境:Windows7旗舰版64bit、VisualStudio2008 With SP1、ArcEngine10.0、NetFrameWork4.0、IIS7和C#开发语言。 问题描述:编写的ArcEngine服务应用程序,在调试运行时,报“HTTP 错误 403.14–Forbid...
分类:
其他好文 时间:
2014-07-17 23:21:50
阅读次数:
410
class Solution {private: vector sum; vector step; set can;public: int jump(int A[], int n) { step.clear(), sum.clear(), can.clear()...
分类:
其他好文 时间:
2014-07-17 18:36:56
阅读次数:
221
首先先展示一下各个网站的有关meta标签的代码:网易新浪腾讯搜狐淘宝京东以上是在安卓系统上获取的移动网站上代码现在针对移动平台的网站大多采用响应式布局所谓响应式布局:响应式布局是Ethan Marcotte在2010年5月份提出的一个概念,简而言之,就是一个网站能够兼容多个终端——而不是为每个终端做...
分类:
Web程序 时间:
2014-07-17 18:36:02
阅读次数:
272