数据类型 代码: #include <stdio.h> #include <string.h> #include <math.h> #include <stdlib.h> int main() { int i = 4; double d = 4.0; char s[] = "HackerRank " ...
分类:
编程语言 时间:
2020-09-17 20:00:07
阅读次数:
39
1, 2, 3, 4, webapps 里面有几个目录就有几个应用。 war不能在tomcat运行时删除,否则会删除自动解压的工程。 你可以停止tomcat后删除war。 ...
分类:
其他好文 时间:
2020-09-17 19:01:24
阅读次数:
27
php-fpmTCP通信改为unitsocket通信touch/var/run/php-fcgi.sockchmod777/var/run/php-fcgi.sockchownnginx./var/run/php-fcgi.sock修改www.conflisten=/var/run/php-fcgi.socklisten.owner=nginxlisten.group=nginxlisten.mo
分类:
Web程序 时间:
2020-09-17 18:58:30
阅读次数:
43
在python、C语言、java等编程语言里边我们常常能看到好多方便又好用的函数,好多刚学习SQL的小白用户不禁会问,SQL里边有没有函数呢,有哪些函数呢?答案是:有,有很多。今天我们就一块来学习Mysql数据库中常见的一些函数(不同数据库其函数是有差别),首先我们先来学习常见的字符串函数。CHAR_LENGTH(s):返回字符串s的字符数,同LENGTH(s)函数。实例:返回字符串RUNOOB的
分类:
数据库 时间:
2020-09-17 18:42:15
阅读次数:
44
在平时项目开发过程中,除了注册本网站账号进行登录之外,还可以调用第三方接口进行登录网站。这里以微博登录为例。微博登录包括身份认证、用户关系以及内容传播。允许用户使用微博帐号登录访问第三方网站,分享内容,同步信息。 1、首先需要引导需要授权的用户到如下地址: https://api.weibo.com ...
分类:
Web程序 时间:
2020-09-17 18:19:04
阅读次数:
34
1.修改jenkins插件的源,复制替换。1)yum安装的位置更换[root@iZ2zefucqy81qzjxw07e9bZ~]#cat/var/lib/jenkins/hudson.model.UpdateCenter.xml<?xmlversion=‘1.1‘encoding=‘UTF-8‘?><sites><site><id>default&l
分类:
其他好文 时间:
2020-09-17 17:45:58
阅读次数:
69
Recently I was struggled with a customer incident and finally I realized that I didn’t understand the Edm.DateTime quite clearly. So I spend some time ...
分类:
其他好文 时间:
2020-09-17 17:05:10
阅读次数:
27
SpringSecurity 1、环境搭建 1、导包,使用maven搭建项目 maven网址:https://mvnrepository.com/搜索需要导入的包名 <!-- thymeleaf-extras-springsecurity4--> <!-- https://mvnrepository ...
分类:
编程语言 时间:
2020-09-17 16:46:55
阅读次数:
32
参考:https://blog.csdn.net/dc_programming/article/details/80811333 1.什么是cdn cdn全称是内容分发网络。其目的是让用户能够更快速的得到请求的数据。简单来讲,cdn就是用来加速的,他能让用户就近访问数据,这样就更更快的获取到需要的数 ...
分类:
其他好文 时间:
2020-09-17 15:52:48
阅读次数:
21
$cate_info = Capsule::table('zh_app_category')->where('name', $classify)->first(); $cate_info->toSql() $app_ids = Capsule::select('SELECT app_id FROM ...
分类:
数据库 时间:
2020-09-17 15:30:23
阅读次数:
35