上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 463 下一页
  2015年10月14日
摘要: 今天,匆匆写了一个宏,但发现已被用来创建button开发工具菜单不见了。在十分钟找Excel转了个遍,终究Excel通常使用在中的选项,首先Mark下一个,离开同样找不到鞋。几个截面图。促进突然,你可以找到哈:接下来,你能在菜单条看到开发工具了:开发工具中有我们想要的各种button和控件,包含宏:... 阅读全文
posted @ 2015-10-14 12:46 gcczhongduan 阅读(312) 评论(0) 推荐(0)
摘要: 主题链接:http://www.patest.cn/contests/pat-a-practise/1024题目:1024. Palindromic Number (25)时间限制400 ms内存限制65536 kB代码长度限制16000 B判题程序Standard作者CHEN, YueA numb... 阅读全文
posted @ 2015-10-14 11:12 gcczhongduan 阅读(145) 评论(0) 推荐(0)
摘要: 安卓开发过程,安卓官方控制有时来自往往不能满足我们的需求。这一次,我必须定义自己。下面我们就来看看他们的定义View:package com.example.myview;import android.content.Context;import android.graphics.Canvas;im... 阅读全文
posted @ 2015-10-14 09:33 gcczhongduan 阅读(149) 评论(0) 推荐(0)
摘要: Problem Descriptiongive you a string, please output the result of the following function mod 1000000007n is the length of the stringf() is the functio... 阅读全文
posted @ 2015-10-14 08:32 gcczhongduan 阅读(145) 评论(0) 推荐(0)
  2015年10月13日
摘要: 1. Ubuntu PC一个。最好是最新的Ubuntu稳定的版本号2. 运行以下命令来安装subversion:sudo apt-get updatesudo apt-get install subversion3. 如果代码svn仓库的根路径定为 /home/svnroot,运行下面命令新建文件夹... 阅读全文
posted @ 2015-10-13 21:05 gcczhongduan 阅读(283) 评论(0) 推荐(0)
摘要: 演示样例注意方法常常使用window.location。它的结构总是记不住。简单梳理下。方便以后查询。演示样例URL:http://b.a.com:88/index.php?name=kang&when=2011#first属性含义值protocol:协议"http:"hostname:server... 阅读全文
posted @ 2015-10-13 20:23 gcczhongduan 阅读(158) 评论(0) 推荐(0)
摘要: Code4App 原创文章。转载请注明出处:http://code4app.com/article/cocoapods-install-usage文件夹CocoaPods是什么?怎样下载和安装CocoaPods?怎样使用CocoaPods?场景1:利用CocoaPods。在项目中导入AFNetwor... 阅读全文
posted @ 2015-10-13 19:16 gcczhongduan 阅读(152) 评论(0) 推荐(0)
摘要: The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...1is read off as"one 1"or11.11is read off as"tw... 阅读全文
posted @ 2015-10-13 17:43 gcczhongduan 阅读(194) 评论(0) 推荐(0)
摘要: #includeint main(){int i,j,n,m;__int64 a[22]={0,0,1,2},s;float b[22];b[2]=0.5;b[3]=(float)1/3;for(i=4;i<22;i++){a[i]=(i-1)*(a[i-1]+a[i-2]);s=1;for(j=1... 阅读全文
posted @ 2015-10-13 16:29 gcczhongduan 阅读(100) 评论(0) 推荐(0)
摘要: 流程模型worker流程 master进程模型核心函数ngx_master_process_cycle()中调用了创建子进程函数ngx_start_worker_processes(),该函数源代码例如以下static voidngx_start_worker_processes(ngx_cy... 阅读全文
posted @ 2015-10-13 15:44 gcczhongduan 阅读(324) 评论(0) 推荐(0)
上一页 1 ··· 146 147 148 149 150 151 152 153 154 ··· 463 下一页