void CXuexiView::OnLButtonDown(UINT nFlags, CPoint point) { // TODO: Add your message handler code here and/or call default UpdateData(FALSE); m_o...
分类:
其他好文 时间:
2015-07-17 15:42:36
阅读次数:
90
void CXuexiView::OnLButtonDown(UINT nFlags, CPoint point) { // TODO: Add your message handler code here and/or call default UpdateData(FALSE); m_o...
分类:
其他好文 时间:
2015-07-17 13:27:16
阅读次数:
115
Python 的环境配置 TODO Python 的执行模式 命令行交互模式: 搭建好python环境时,在命令行输入python 时 会进入交互模式,直接输入一些命令就可以得到执行结果啦 文件执行模式:搭建好python环境时, python代码...
分类:
编程语言 时间:
2015-07-17 00:36:43
阅读次数:
207
//using namespace Excel;void CImportExcel::OnBnClickedButtonSelectpath(){ // TODO: 在此添加控件通知处理程序代码 CString strTestName,strTmp,strTmpEx; BOOL bNameValid...
分类:
数据库 时间:
2015-07-16 18:43:06
阅读次数:
167
用于得到窗口中的数据{// TODO: If this is a RICHEDIT control, the control will not// send this notification unless you override the CDialog::OnInitDialog()// fun...
package com.yong.util;import java.util.Calendar;import java.util.Date;public class TestDate { public static void main(String[] args) { // TODO Auto-g....
分类:
编程语言 时间:
2015-07-15 20:46:16
阅读次数:
8637
package javase; public class Demo0422 { public static void main(String[] args) { // TODO Auto-generated method stub //char 2位 , byte 字节 , short 2字节 , ...
分类:
其他好文 时间:
2015-07-15 16:44:29
阅读次数:
92
开头写了简单的脚本,后来发现有的目录是带空格的,这样就没法处理了。于是查资料做调整.shell脚本的内容是:#!/bin/bashtest=$1["$test"!=""]&&action=echol="chcppjava"#owingtofolderwithspace,sothefind...isalittlecomplexif["$action"!="echo"];thenforiin$l;do$..
分类:
移动开发 时间:
2015-07-14 20:36:41
阅读次数:
295
import java.util.Scanner;
/**
*
*/
/**
* @author Harry
*
*/
public class IsPrim {
/**
* @param args
*/
public static void main(String[] args) {
// TODO Auto-generated method stub
...
分类:
编程语言 时间:
2015-07-14 11:32:14
阅读次数:
113