Java 8简明教程http://www.importnew.com/10360.html java8-tutorialhttps://github.com/winterbe/java8-tutorial 本文由 ImportNew - 黄小非 翻译自 winterbe。欢迎加入翻译小组。转载请见文 ...
分类:
编程语言 时间:
2018-05-03 15:22:06
阅读次数:
202
一.环境:SharePoint 2016 + Visual Studio 2015, 二.错误描述: 错误1:帮朋友写个计时器Demo,部署位置GAC,来回部署几次后,vs2015报错: 严重性 代码 说明 项目 文件 行 禁止显示状态错误 Erroroccurredindeploymentstep... ...
分类:
其他好文 时间:
2018-04-11 16:06:38
阅读次数:
243
我个人对外挂是非常感兴趣的,学习编程也有一段时间了,所以更加好奇外挂是怎么写的? 外挂的基本概念: 一般是指在电脑运行中,一个程序通过某种事件触发而得以挂接到另外一个程序的空间里(常用的触发事件有键盘触发,鼠标触发,消息触发等),挂接的目的通常是想改变被挂接程序的运行方式。 我们都知道游戏分为单机游 ...
分类:
其他好文 时间:
2018-04-08 18:19:41
阅读次数:
299
https://github.com/nodejs/node-addon-examples 1) node-gyp configure build 2) sudo apt install node-gyp 3) sudo apt install npm 4) npm install -d 5) su ...
分类:
其他好文 时间:
2018-04-04 21:11:41
阅读次数:
205
代码码云仓库地址:https://gitee.com/Baker221b/sizeyunsuan2.git 一、题目描述: 1. 使用 -n 参数控制生成题目的个数,例如 Myapp.exe -n 10 -o Exercise.txt 将生成10个题目。 2. 使用 -r 参数控制题目中数值(自然数 ...
分类:
其他好文 时间:
2018-03-31 23:10:27
阅读次数:
289
HDFS API的高级编程 HDFS的API就两个:FileSystem 和Configuration 1、文件的上传和下载 1 package com.ghgj.hdfs.api; 2 3 import org.apache.hadoop.conf.Configuration; 4 import ...
1.字母大小写相关(中文无效) 1.1 S.upper() -> string 返回一个字母全部大写的副本 1.2 S.lower() -> string 返回一个字母全是小写的副本 1.3 S.swapcase() -> string 返回一个字母大小写转换后的副本 1.4 S.title() - ...
分类:
编程语言 时间:
2018-03-09 18:03:03
阅读次数:
223
安装最新版nodejs 更新ubuntu软件源 sudo apt-get update sudo apt-get install -y python-software-properties software-properties-common sudo add-apt-repository ppa: ...
分类:
Web程序 时间:
2018-03-03 12:20:01
阅读次数:
177