#include <stdio.h>#include <stdlib.h>#include <string.h>#include <time.h> int Param_Check(char * param1, char * param2) { if (!strcmp(param1, "-n")) { ...
分类:
其他好文 时间:
2017-09-24 10:48:49
阅读次数:
225
博客首页:http://www.cnblogs.com/kezhuang/p/关于Activity的contentView的构建过程,我在我的博客中已经分析过了,不了解的可以去看一下《[Android FrameWork 6.0源码学习] Window窗口类分析》本章博客是接着上边那篇博客分析,目的 ...
分类:
移动开发 时间:
2017-09-23 16:10:55
阅读次数:
276
我们在使用Office Excel的时候,有很多时候需要冻结行或者列。这时,Excel会在冻结的行列和非冻结的区域之间绘制上一条明显的黑线。如下图: (图1) WinForm下的DataGridView控件也能实现类似的冻结行或者列的功能(参见:http://msdn.microsoft.com/z ...
如果从MySQL5.6升到5.7,可能会出现Table 'performance_schema.session_status' doesn't exist和Native table 'performance_schema'.'session_status' has the wrong structu ...
分类:
其他好文 时间:
2017-09-19 21:17:57
阅读次数:
648
1.在web目录创建项目目录 mkdir ./opt/wwwroot/项目名称 2.使用svn检出项目文件 svn checkout svn://localhost:/项目名称 3.设置svn库中钩子实施同步操作 cd ./opt/svn/repos/项目名称/hooks #进入svn项目钩子管理目 ...
分类:
Web程序 时间:
2017-09-14 18:50:22
阅读次数:
189
We are playing the Guess Game. The game is as follows: I pick a number from 1 to n. You have to guess which number I picked. Every time you guess wron ...
分类:
其他好文 时间:
2017-09-10 23:42:58
阅读次数:
235
转载自:https://weblog.west-wind.com/posts/2016/jan/13/resetting-entity-framework-migrations-to-a-clean-slate 删除和重置迁移 这个过程的想法基本上是这样的:数据库和EF模式是最新的,只是你想要的方式 ...
分类:
其他好文 时间:
2017-09-08 12:02:57
阅读次数:
230
最近要与部门同事一起做技术分享,我选择了Git,因为Git 是一种在全球范围都广受欢迎的版本控制系统。在开发过程中,为了跟踪代码,文档,项目等信息中的变化,版本控制变得前所未有的重要。 一、版本控制概要 1.1、什么是版本控制 版本控制(Revision control)是一种在开发的过程中用于管理 ...
分类:
其他好文 时间:
2017-09-08 01:22:41
阅读次数:
303
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:
编程语言 时间:
2017-09-06 21:28:35
阅读次数:
174