51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#ig
字节与字符_字节流与字符流_ASCII与Unicode_GB2312_GBK_GB18030_BIG-5
字节(Byte):通常将可表示经常使用英文字符8位二进制称为一字节.一个二进制数字序列,在计算机中作为一个数字单元,一般为8位二进制数,如一个ASCII码就是一个字节,此类单位的换算为:1兆字节(MB,MegaByte)=1024千字节...
代码星球
·
2020-08-25
字符
字节
节流
ASCII
Unicode
LightOJ
题目大意:求(1^K+2^K+3K+…+N^K)%2^32解题思路:借用别人的图能够先打表,求出Cnm,用杨辉三角能够高速得到#include<cstdio>typedefunsignedlonglongll;constintN=55;constllmod=(1LL<<32);structMat...
代码星球
·
2020-08-25
LightOJ
docker的privelige模式
[docker]privileged参数 $dockerhelprun ... --privileged=false &nb...
代码星球
·
2020-08-24
docker
privelige
模式
源码包的三个参数make-configure-make install解释
1、configure这一步一般用来生成Makefile,为下一步的编译做准备,你可以通过在configure后加上参数来对安装进行控制,比如代码:./configure--prefix=/usr上面的意思是将该软件安装在/usr下面,执行文件就会安装在/usr/bin(而不是默认的/usr/local/bin),资源...
代码星球
·
2020-08-24
源码
三个
参数
make-configure-make
install
nginx: [warn] conflicting server name "aaa.bbbb.com" on 0.0.0.0:80, ignored
date:2019-08-12 16:52:44author:headsenchennotice:个人原创 故障现象:openresty-t nginx:[warn]conflictingservername"aaa.bbbb.com"on0.0.0.0...
代码星球
·
2020-08-24
nginx
warn
conflicting
server
name
E: dpkg was interrupted, you must manually run 'dpkg --configure -a' to correct the problem. 爆错解决办法
author :headsenchendate:2019-06-06 10:09:06root@ubuntu:~#apt-getremovejava-1.8.0-openjdkE:dpkgwasinterrupted,youmustmanuallyrun'dpkg--configure-a'toco...
代码星球
·
2020-08-24
dpkg
was
interrupted
you
must
dig命令安装
yum-yinstallbind-utils Dig是一个在类Unix命令行模式下查询DNS包括NS记录,A记录,MX记录等相关信息的工具 查找yahoo.com的A记录:(此处一定是域而不是主机,如我公司为xinpindao.com)digyahoo.comA+noall+answ...
代码星球
·
2020-08-24
dig
命令
安装
centos7下的ifconfig命令未安装
yum-yinstallnet-tools...
代码星球
·
2020-08-24
centos7
下的
ifconfig
命令
安装
chkconfig --add失败的处理方法
author:headsen chendatet:2018-08-30 11:57:49 1,在/etc/init.d/下面添加两个文件,并授予+X的权限,效果如下:2,添加到开启自启动管理中去: 解决办法:再次添加:效果如下: ...
代码星球
·
2020-08-24
chkconfig
--add
败的
处理
方法
chkcofnig-minimal-script
author:headsenchendate: 2018-06-04 12:02:27 #!/bin/bashforiin`chkconfig--list|awk'{print$1}'`;dochkconfig$ioff;doneforiinnetworkrsyslogcrondsshdp...
代码星球
·
2020-08-24
chkcofnig-minimal-script
MySQL的bigint类型
bigint支持的数字的大小范围为:19位,存电话号码。有符号范围:-9223372036854775808到9223372036854775807int支持的数字范围为:10位,有符号范围:-2147483648到2147483647 无符号范围:0-4294967295mysql>createtab...
代码星球
·
2020-08-24
MySQL
bigint
类型
ero-configuration Web Application Debugging with Xdebug and PhpStorm
TouseXdebugwithPhpStormfordebuggingPHPapplications,youneedtohaveaPHPdevelopmentenvironmentconfiguredwithXdebugextensioninstalled.ThistaskisbeyondPhpStorm’...
代码星球
·
2020-08-23
ero-configuration
Web
Application
Debugging
with
ajax 设置Access-Control-Allow-Origin实现跨域访问
ajax跨域访问是一个老问题了,解决方法很多,比较常用的是JSONP方法,JSONP方法是一种非官方方法,而且这种方法只支持GET方式,不如POST方式安全。即使使用jquery的jsonp方法,type设为POST,也会自动变为GET。官方问题说明:“script”:Evaluatesther...
代码星球
·
2020-08-23
ajax
设置
Access-Control-Allow-Origin
实现
跨域
浏览器兼容CSS代码:按钮文字垂直居中(input button text vertical align)
经过测试的浏览器:IE6,IE7,IE8,IE9,Firefox,Chrome,Safiri,Maxthon按钮的HTML代码:<inputid="btn_comment_submit"type="button"class="comment_btn"value="提交评论"/>CSS代码:input::-m...
代码星球
·
2020-08-23
浏览器
兼容
CSS
代码
按钮
Android(Lollipop/5.0) Material Design(一) 简单介绍
MaterialDesign系列Android(Lollipop/5.0)MaterialDesign(一)简单介绍Android(Lollipop/5.0)MaterialDesign(二)入门指南Android(Lollipop/5.0)MaterialDesign(三)使用Material主题Android(Lo...
代码星球
·
2020-08-21
Android
Lollipop
Material
Design
简单
首页
上一页
...
74
75
76
77
78
...
下一页
尾页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他