#ig

字节与字符_字节流与字符流_ASCII与Unicode_GB2312_GBK_GB18030_BIG-5

字节(Byte):通常将可表示经常使用英文字符8位二进制称为一字节.一个二进制数字序列,在计算机中作为一个数字单元,一般为8位二进制数,如一个ASCII码就是一个字节,此类单位的换算为:1兆字节(MB,MegaByte)=1024千字节...

LightOJ

题目大意:求(1^K+2^K+3K+…+N^K)%2^32解题思路:借用别人的图能够先打表,求出Cnm,用杨辉三角能够高速得到#include<cstdio>typedefunsignedlonglongll;constintN=55;constllmod=(1LL<<32);structMat...
代码星球 ·2020-08-25

docker的privelige模式

[docker]privileged参数       $dockerhelprun   ...   --privileged=false    &nb...
代码星球 ·2020-08-24

源码包的三个参数make-configure-make install解释

1、configure这一步一般用来生成Makefile,为下一步的编译做准备,你可以通过在configure后加上参数来对安装进行控制,比如代码:./configure--prefix=/usr上面的意思是将该软件安装在/usr下面,执行文件就会安装在/usr/bin(而不是默认的/usr/local/bin),资源...

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...

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...

dig命令安装

yum-yinstallbind-utils    Dig是一个在类Unix命令行模式下查询DNS包括NS记录,A记录,MX记录等相关信息的工具 查找yahoo.com的A记录:(此处一定是域而不是主机,如我公司为xinpindao.com)digyahoo.comA+noall+answ...
代码星球 ·2020-08-24

chkconfig --add失败的处理方法

author:headsen chendatet:2018-08-30  11:57:49 1,在/etc/init.d/下面添加两个文件,并授予+X的权限,效果如下:2,添加到开启自启动管理中去: 解决办法:再次添加:效果如下:  ...

chkcofnig-minimal-script

author:headsenchendate: 2018-06-04 12:02:27 #!/bin/bashforiin`chkconfig--list|awk'{print$1}'`;dochkconfig$ioff;doneforiinnetworkrsyslogcrondsshdp...
代码星球 ·2020-08-24

MySQL的bigint类型

bigint支持的数字的大小范围为:19位,存电话号码。有符号范围:-9223372036854775808到9223372036854775807int支持的数字范围为:10位,有符号范围:-2147483648到2147483647 无符号范围:0-4294967295mysql>createtab...
代码星球 ·2020-08-24

ero-configuration Web Application Debugging with Xdebug and PhpStorm

TouseXdebugwithPhpStormfordebuggingPHPapplications,youneedtohaveaPHPdevelopmentenvironmentconfiguredwithXdebugextensioninstalled.ThistaskisbeyondPhpStorm’...

ajax 设置Access-Control-Allow-Origin实现跨域访问

ajax跨域访问是一个老问题了,解决方法很多,比较常用的是JSONP方法,JSONP方法是一种非官方方法,而且这种方法只支持GET方式,不如POST方式安全。即使使用jquery的jsonp方法,type设为POST,也会自动变为GET。官方问题说明:“script”:Evaluatesther...

浏览器兼容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...

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...
首页上一页...7475767778...下一页尾页