[root@ken1 ~]# docker container --help Usage: docker container COMMAND Manage containers Commands: attach Attach local standard input, output, and err ...
分类:
其他好文 时间:
2019-11-09 15:27:57
阅读次数:
123
时间限制(普通/Java):5000MS/15000MS 内存限制:65536KByte 描述 Suppose that the fourth generation mobile phone base stations in the Tampere area operate as follows. ...
分类:
编程语言 时间:
2019-11-08 21:23:21
阅读次数:
124
SQL>CREATE BIGFILE TABLESPACE 表名datafile 'd:\ndo\ddo\表名.DBF‘SIZE 500M AUTOEXTEND ON; SQL>Create Bigfile tablespace bf_images_xpdatafile 'e:\datacenter ...
分类:
数据库 时间:
2019-11-08 10:46:33
阅读次数:
110
xargs - build and execute command lines from standard input. 从标准输入< 方向获取数据,再创建和执行命令 xargs 是给命令传递参数的一个过滤器,也是组合多个命令的一个工具。 xargs 可以将管道或标准输入(stdin)数据转换成命令 ...
分类:
系统相关 时间:
2019-11-07 20:45:05
阅读次数:
107
最近用到了华为的物联网平台API,但是官方没有.Net版的SDK,所以就自己封装了一个,开源出来给有需要的朋友,同时也算是为.Net Core的发展做点小贡献~ 源码地址: "https://github.com/iamoldli/HuaWei.IoT.NorthApi.Sdk" 使用方法可参考源码 ...
分类:
Web程序 时间:
2019-11-05 13:39:55
阅读次数:
156
重装系统后,Git安装也要来重来 下载 国内下载地址:https://npm.taobao.org/mirrors/git-for-windows 安装忽略 生成密钥 输入然后都是下一步,生成密钥,生成的在C:\Users\Admin\.ssh 进入C:\Users\Admin\.ssh 打开git ...
分类:
Web程序 时间:
2019-11-04 23:18:31
阅读次数:
180
virt-install -n win2008-fushi001 -r 16384 --vcpus=4 --os-type=windows --accelerate -c /data/kvm/images/cn_windows_server_2008_r2_standard_enterprise_d ...
http://codeforces.com/gym/102394/problem/F F. Fixing Banners time limit per test 1 second memory limit per test 512 megabytes input standard input out ...
分类:
其他好文 时间:
2019-11-04 00:12:49
阅读次数:
112
MSDN: WIndow系统下载地址: https://msdn.itellyou.cn/?lang=zh-cn Win10 1909正式版密钥 Win10 1909激活工具 序列号 Win10 1909激活工具: win10激活方式多种多样,比如KMS激活、oem激活等等,但有的win10激活方式 ...
``` //1.字符串和编码 字符串有一个重要特点就是字符串不可变, 这种不可变性是通过内部的private final char[]字段, 以及没有任何修改char[]的方法实现的 public class Main { public static void main(String[] args)... ...
分类:
其他好文 时间:
2019-10-30 21:06:53
阅读次数:
99