首页 > 其他 > 详细

导入大全

时间:2015-07-12 15:31:00      阅读:224      评论:0      收藏:0      [点我收藏+]

多种语言的的库导入

java

import java.io.File;

import java.awt.*;

python

import os

from os import path

erlang

-module(rebar_edoc).

-export([doc/2, clean/2]).

-include_lib(“eunit/include/eunit.hrl”).

-spec(doc(Config::#config{}, File::string()) -> ok).

rebar_config:get 直接从全局环境中得到库引用

bash

. a.sh

c

include <stdio.h>

c++

include <cstream>

using namespaces std;

using std:endl;

nodejs

module.reports = {}

a = require("")

 

多种语言的的注释

java

//

/* */

python

#

erlang

-

bash

#

c c++

//

/* */

javascript

//

/* */

导入大全

原文:http://www.cnblogs.com/simplicity/p/4640936.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!