基本上最初的编程都会拿hello
world来说事,其实能简单的运行出它来,c的编程环境就慢慢熟悉起来了。1.现在已经基本没有纯粹的c编译环境了,都是用兼容c++的编译工具来编译c,所以创建的都是c++模板;2.在vs2008
中建立一个project(c代码)步骤:1.file——new--pro...
分类:
其他好文 时间:
2014-05-26 14:42:19
阅读次数:
203
\n"; while($file = $mydir->read()) {
if((is_dir("$directory/$file")) AND ($file!=".") AND ($file!="..")) { echo
"$fi...
分类:
Web程序 时间:
2014-05-26 14:22:05
阅读次数:
239
使用FilenameFilter实现图片过滤,只要.gif,.jpg,.png文件。java
代码public class ImageFilter implements FilenameFilter{ public boolean
isGif(String file) { ...
分类:
其他好文 时间:
2014-05-26 13:30:14
阅读次数:
231
FORMdown_load_file_excelUSINGi_dataout2.*datagt_file_vat_exceltypeSTANDARDTABLEOF.*StartingdownloadDATA:l_lcobj_excelTYPEole2_object,l_lcobj_workbookT...
分类:
其他好文 时间:
2014-05-26 13:10:06
阅读次数:
322
Input file (d:\t) was not found or was not
readable 出现这个错误是因为apktool压缩包下载错误,我是下成首页的那个压缩包了
正确下载地址:https://code.google.com/p/android-apktool/downloads/l...
分类:
移动开发 时间:
2014-05-26 12:35:23
阅读次数:
1117
MyEclipse10下创建web项目并发布到Tomcat1、软件安装(不作详细描述)2、启动MyEclipse103、File-New-Project,选中Web
Project,点击Next(或者直接File-New-Web Project)4、在Web Project Details的Proj...
分类:
Web程序 时间:
2014-05-26 12:16:15
阅读次数:
298
1) File>Import>General>Existing
Project into Workspace2) File>Import>Android>Existing Code into
Workspace
分类:
系统相关 时间:
2014-05-26 10:51:33
阅读次数:
280
本实例是Office 2013
版本1打开文件-选项---自定义功能区--主选项卡---开发工具 :如图4然后将在菜单栏里面看到 开发工具5然后将出出一个十字 绘制你想要的区域6 鼠标右击
控件7设置 Composer File Name
分类:
其他好文 时间:
2014-05-26 10:27:47
阅读次数:
595
看到过的最好的一个讲解sed & awk的PPT
http://www.cs.nyu.edu/~mohri/unix08/lect5.pdf 现在制作一个自己的版本的ls sed_ls_fmt s/^d/dir
/1s/^-/file /1s/\([rwxs-]\{3\}\)\([rwxs-]\{3...
分类:
其他好文 时间:
2014-05-26 09:59:23
阅读次数:
298
import java.io.*; import java.io.*;class Main{
public static void main(String[] args) throws IOException{ // File path=new
File("e:\\liudan...
分类:
其他好文 时间:
2014-05-24 08:07:58
阅读次数:
195