码迷,mamicode.com
首页 >  
搜索关键字:notice    ( 1174个结果
requestAnimationFrame 实现跑马灯
html : <!-- 公告 --> <div class="notice-container" v-show="noticeList.length"> <span class="notice-icon"></span> <div class="notice-items" ref="noticeBo ...
分类:其他好文   时间:2019-12-31 12:25:35    阅读次数:121
1009 Product of Polynomials (25分) 多项式乘法
1009 Product of Polynomials (25分) This time, you are supposed to find A×B where A and B are two polynomials. Input Specification: Each input file cont ...
分类:其他好文   时间:2019-12-31 10:31:50    阅读次数:150
2019安洵杯
1.easy_web 观察url中的img,解密过程两次base64,一次16进制。 解密得到555.png 读取index.php <?php error_reporting(E_ALL || ~ E_NOTICE); header('content-type:text/html;charset= ...
分类:其他好文   时间:2019-12-29 18:37:58    阅读次数:596
【leetcode】1300. Sum of Mutated Array Closest to Target
题目如下: Given an integer array arr and a target value target, return the integer value such that when we change all the integers larger than value in th ...
分类:其他好文   时间:2019-12-29 11:23:30    阅读次数:81
程序写日志文件时该不该加锁
程序写日志文件时该不该加锁 日志(log) 为了让自己的思路更加清晰,下面我都会称日志为 log。因为日志这个词有两种含义,详情见百度百科释义或者维基百科释义。 日记的另一种说法。“志”字本身为“记录”的意思,日志就为每日的记录(通常是跟作者有关的)。 服务器日志(server log),记录服务器 ...
分类:其他好文   时间:2019-12-29 11:00:33    阅读次数:107
[Python3] 042 日志
[TOC] LOG logging 模块提供模块级别的函数记录日志 包括四大组件 1. 日志相关概念 1.1 日志的级别 level 1. DEBUG 2. INFO 3. NOTICE 4. WARNING 5. ERROR 6. CRITICAL 7. ALERT 8. EMERGENCY 用户 ...
分类:编程语言   时间:2019-12-24 22:09:29    阅读次数:124
Linux ( Centos 7.3 x64) 安装 nginx (一)
安装环境所需插件 1、 安装gcc GCC(GNU Compiler Collection,GNU编译器套件)是由GNU开发的编程语言译器。GNU编译器套件包括C、C++、 Objective-C、 Fortran、Java、Ada和Go语言前端,也包括了这些语言的库(如libstdc++,libg ...
分类:系统相关   时间:2019-12-20 15:21:51    阅读次数:104
Centos6.10FastDFS_Tracker.conf示例配置
Centos610系列配置 FastDFS_Tracker.conf示例配置 ...
分类:其他好文   时间:2019-12-17 22:47:42    阅读次数:164
error_reporting()
error_reporting() 1.概念 错误报告级别:指定了在什么情况下,脚本代码中的错误(这里的错误是广义的错误,包括E_NOTICE注意、E_WARNING警告、E_ERROR致命错误等)会以错误报告的形式输出。 2.常用设置说明 error_reporting(-1); 表示显示所有PH ...
分类:其他好文   时间:2019-12-16 13:38:17    阅读次数:83
如何使用1行代码让你的C++程序控制台输出彩色log信息
本文首发于个人博客 "https://kezunlin.me/post/a201e11b/" ,欢迎阅读最新内容! colorwheel for colored print and trace for cpp programs <! more Guide install sudo wget O /u ...
分类:编程语言   时间:2019-12-13 09:19:29    阅读次数:120
1174条   上一页 1 ... 7 8 9 10 11 ... 118 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!