two ways here I provide:+ use openSSH command line on git bash(such as msysgit bash) + ls -al ~/.ssh + ssh-keygen -t rsa -C "phpgcs@qq.com" + e...
1 package pro1; 2 3 public class Pro1 { 4 5 public static void main(String[] args) { 6 // TODO code application logic here 7 Sy...
分类:
其他好文 时间:
2014-07-16 18:44:10
阅读次数:
235
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the integers ...
分类:
其他好文 时间:
2014-07-16 17:18:44
阅读次数:
207
在主工程文件(xxx.cpp , xxx为你的项目名)中,
函数名为void xxx::SetWindow(CoreWindow^ window)
相关代码片如下:
void ImpasseForLife::SetWindow(CoreWindow^ window)
{
// Specify the orientation of your application here
/...
分类:
其他好文 时间:
2014-07-15 22:23:19
阅读次数:
331
I have not written any articles here since I graduated from my university. Now I begin to write down my experience about my career of programming du.....
分类:
Web程序 时间:
2014-07-15 08:17:27
阅读次数:
331
//将字符串反转,但单词不倒置。Right here waiting for you! -> you! for waiting here Right#define _CRT_SECURE_NO_WARNINGS#include #include int main() { char str[25...
分类:
其他好文 时间:
2014-07-14 19:42:46
阅读次数:
278
1.设置对话框为无边框方法
ModifyStyle(WS_CAPTION | WS_THICKFRAME, 0, SWP_FRAMECHANGED);
2.设置控件灰色与不灰色
void CMthread1Dlg::OnStop()
{
// TODO: Add your control notification handler code here
m_bRun = FA...
This is the 1st pattern I study. In here, I will mark down my doubts, java study, DESIGN PRINCIPLES, DESIGN PATTERN. There are 3 design principles in ...
分类:
其他好文 时间:
2014-07-13 10:51:33
阅读次数:
229
//将字符串反转,但单词不倒置。#include#includevoid reverse(char *s){ char data[255][255];//将s中的空格和非空格子串进行存储 int row = 0,column = 0; int i,j,k; for(i=0;s[i];) { data...
分类:
其他好文 时间:
2014-07-13 09:31:51
阅读次数:
202
1. May I help you, madam? -Yes, I ‘d like 2 kilos of oranges2. May I know your address? -Sure. Here you are.3. Well, Mary, how are you?- I’m fine4. I ...
分类:
其他好文 时间:
2014-07-12 15:05:01
阅读次数:
303