码迷,mamicode.com
首页 >  
搜索关键字:A general system er    ( 53009个结果
java4android (基本概念)
1.环境变量的配置:path键 值:bin文件夹的位置 classpath键 值:.2.第一个HelloWorld:public class Hello{ public static void main(String args[]){ System.out.print("Hello World!"....
分类:移动开发   时间:2014-05-17 21:41:13    阅读次数:460
配置PHP过程中遇到的一些问题
下载了eclipse的最新版本,并且添加了PHP插件。为了支持多语言,决定采用UTF-8编码。但是在开发的过程中,发现代码的自动提示帮助信息显示的是乱码,PHP源文件及注释,均正常。在网上查了很多资料,有设置“General->Workspace编码的”、有设置“General->Conent Ty...
分类:Web程序   时间:2014-05-17 21:13:25    阅读次数:342
Sublime Text 2
Windows下首先安装MinGW, 将C:\MinGW\bin 加入环境变量,重启Sublime在Tools –> Build System –> New Build System…{"cmd":["g++","${file}","-std=c++11","-o","${file_path}/${...
分类:其他好文   时间:2014-05-17 20:53:17    阅读次数:206
c#学习6,命名空间
using System;using System.Collections;using System.Collections.Generic;using System.Linq;using System.Text;using 命名空间.ir;//如果使用的类不在一个namespace,添加using...
分类:其他好文   时间:2014-05-17 20:30:00    阅读次数:227
c#学习7.索引
using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace 索引{ class Program { static void Main(string[]...
分类:其他好文   时间:2014-05-17 20:10:36    阅读次数:254
A Simple Actions Recognition System
A simple actions recognition system based on PCA, MHI and SVM.
分类:其他好文   时间:2014-05-17 19:20:44    阅读次数:222
SignalR循序渐进(一)
前阵子把玩了一下SignalR,起初以为只是个real-time的web通讯组件。研究了几天后发现,这玩意简直屌炸天,它完全就是个.net的双向异步通讯框架,用它能做很多不可思议的东西。它基于Owin,可以脱离繁重的System.Web,随意寄宿在IIS,WindowsService,或者一个控制台...
分类:其他好文   时间:2014-05-17 19:13:01    阅读次数:295
面向对象基础(四)
1. 函数的重载2. 构造函数的作用1. 函数的重载 Chongzai.java class Chongzai{ void funA(){ System.out.println("没有参数的funA函数"); } void funA(int i){ System.out.pr...
分类:其他好文   时间:2014-05-17 19:11:44    阅读次数:272
this的使用方法
1. this调用成员变量和成员函数2. this调用构造函数1. Person.java public class Person{ String name ; void talk(){ System.out.println("my name is " + this....
分类:其他好文   时间:2014-05-17 19:02:37    阅读次数:229
hdu 1690 Bus System (最短路径)
Bus SystemTime Limit: 2000/1000 MS (Java/Others)Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 6082Accepted Submission(s): 1560Problem ...
分类:其他好文   时间:2014-05-17 18:40:57    阅读次数:286
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!