码迷,mamicode.com
首页 >  
搜索关键字:todo    ( 2905个结果
画图2
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
画图方式2
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世界(二)搭建Python环境
Python 的环境配置 TODO Python 的执行模式 命令行交互模式: 搭建好python环境时,在命令行输入python 时 会进入交互模式,直接输入一些命令就可以得到执行结果啦 文件执行模式:搭建好python环境时, python代码...
分类:编程语言   时间:2015-07-17 00:36:43    阅读次数:207
MYSQL数据导入EXCEL
//using namespace Excel;void CImportExcel::OnBnClickedButtonSelectpath(){ // TODO: 在此添加控件通知处理程序代码 CString strTestName,strTmp,strTmpEx; BOOL bNameValid...
分类:数据库   时间:2015-07-16 18:43:06    阅读次数:167
GetWindowText
用于得到窗口中的数据{// TODO: If this is a RICHEDIT control, the control will not// send this notification unless you override the CDialog::OnInitDialog()// fun...
分类:Windows程序   时间:2015-07-16 09:28:06    阅读次数:199
java获取时间,本周,本月,本季度的起始。
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
123
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
为了source insight显示android源码正确的“// TODO“做调整
开头写了简单的脚本,后来发现有的目录是带空格的,这样就没法处理了。于是查资料做调整.shell脚本的内容是:#!/bin/bashtest=$1["$test"!=""]&&action=echol="chcppjava"#owingtofolderwithspace,sothefind...isalittlecomplexif["$action"!="echo"];thenforiin$l;do$..
分类:移动开发   时间:2015-07-14 20:36:41    阅读次数:295
JavaCodeTra 判断质数
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!