随笔分类 -  常用语言

一些笔记
摘要:# JAVA 环境变量1. 系统变量:名:JAVA_HOME,值:JDK 的安装路径2. 系统变量:名:path,值:%JAVA_HOME%\\bin;%JAVA_HOME%\\jre\\bin;3. 系统变量:名:CLASSPATH,值:.;%JAVA_HOME%\\lib\\dt.jar;%JAVA_HOME%\\lib\\tools.jar;4. DOS 命令行窗口输入 JAVAC ... 阅读全文
posted @ 2019-01-06 17:48 zjffun 阅读(106) 评论(0) 推荐(0)
摘要:# OleDb以数据库的方式读取,复杂 Excel 无法操作(有单元格合并什么的)# 调用 COM 组件(Microsoft.Office.Interop.Excel)需要服务器安装 Excel,需要 IIS 配置权限# Excel 文件转化成 CSV,用文件流读取Excel 的排版和样式丢失(变为规整的表格了) 阅读全文
posted @ 2019-01-03 23:37 zjffun 阅读(169) 评论(0) 推荐(0)
摘要:# printf()printf() 函数是格式化输出函数, 一般用于向标准输出设备按规定格式输出信息。printf() 函数的调用格式为: printf("", );其中格式化字符串包括两部分内容:一部分是正常字符, 这些字符将按原样输出; 另一部分是格式化规定字符, 以 "%" 开始, 后跟一个或几个规定字符, 用来确定输出内容格式。 参量表是需要输出的一系列参数, 其个数必须与格式化字符... 阅读全文
posted @ 2019-01-03 23:36 zjffun 阅读(125) 评论(0) 推荐(0)
摘要:- accomplish to succeed in doing something, especially after trying very hard vt. 完成;实现;达到- complete used to emphasize that a quality or situation is as great as it could possibly b... 阅读全文
posted @ 2019-01-03 23:35 zjffun 阅读(1777) 评论(0) 推荐(0)
摘要:最近跟网页翻译怼上了,在给翻译前的页面起名是纠结于使用 original page 还是 source page,就查了一下 original 和 source 的区别。- original: n. 原件;原作;原物;原型 adj. 原始的;最初的;独创的;新颖的- origin: n. 起源;原点;出身;开端- source: n. 来源;水源... 阅读全文
posted @ 2019-01-03 23:34 zjffun 阅读(257) 评论(0) 推荐(0)
摘要:“Toposheet” 是 “Topographic sheet” 的简称,既地形图图幅的意思。 阅读全文
posted @ 2019-01-03 23:21 zjffun 阅读(128) 评论(0) 推荐(0)
摘要:May i come in? 我可以进来么?May I introduce myself? 我能做个自我介绍么?I'm sorry I didn't hear that clearly. May I ask you to repeat it, place?对不起我没听清,能请您重复一遍么?I beg your pardon. I don't understand your question.对... 阅读全文
posted @ 2019-01-03 23:20 zjffun 阅读(365) 评论(0) 推荐(0)
摘要:# such as后接动词,通常用动名词,有时也可用动词原形# for example后接动词,用动名词# includevt. 包含,包括 后接动词,用动名词英英:> If one thing includes another thing, it has the other thing as one of its parts. >> If someone or something is in... 阅读全文
posted @ 2019-01-03 23:19 zjffun 阅读(784) 评论(0) 推荐(0)
摘要:域、界、门、纲、目、科、属、种 Domain, Kingdom, Phylum, Class, Order, Family, Genus, Species 阅读全文
posted @ 2019-01-03 23:18 zjffun 阅读(251) 评论(0) 推荐(0)
摘要:# 很乐意 pull request。Pleased to pull request.# 这个项目现在已经被弃用了。This project is now deprecated. # 如你下面看到的,你可以修改、编辑、删除和添加标签。As you can see below, you can modify, delete and add tags. # 【弃用】JavaScript 处理 url... 阅读全文
posted @ 2019-01-03 23:16 zjffun 阅读(3266) 评论(0) 推荐(0)
摘要:- hire- thirty- thirteen- third- sir- birthday- shirt- stir- circle- dirty- skirt- affirm- affirmation- affirmable- birch birth- bird- circle- circuit- circular- ... 阅读全文
posted @ 2019-01-03 23:15 zjffun 阅读(475) 评论(0) 推荐(0)
摘要:# JAVA 环境变量1. 系统变量:名:JAVA_HOME,值:JDK 的安装路径2. 系统变量:名:path,值:%JAVA_HOME%\\bin;%JAVA_HOME%\\jre\\bin;3. 系统变量:名:CLASSPATH,值:.;%JAVA_HOME%\\lib\\dt.jar;%JAVA_HOME%\\lib\\tools.jar;4. DOS 命令行窗口输入 JAVAC ... 阅读全文
posted @ 2019-01-03 23:14 zjffun 阅读(117) 评论(0) 推荐(0)