码迷,mamicode.com
首页 >  
搜索关键字:messages    ( 1544个结果
序列化和反序列化
序列化组件: 1 对应着表,写序列化的类 2 from rest_framework import serializers 3 写一个类,继承serializers.Serializer 4 类中写一些属性 -name = serializers.CharField() 5 使用: -实例化产生一个 ...
分类:其他好文   时间:2020-10-08 18:20:42    阅读次数:16
ACM题目 1083: Hello, world!
题目描述: This is the first problem for test. Since all we know the ASCII code, your job is simple: Input numbers and output corresponding messages. 输入: T ...
分类:其他好文   时间:2020-09-17 17:23:30    阅读次数:51
linux系统日志
Linux系统日志/var/log/messages核心系统日志文件,包含了系统启动时的引导消息,以及系统运行时的其他状态消息。I/O错误、网络错误和其他系统错误都会记录到这个文件中。故障诊断时首先要查看的文件守护进程:rsyslogd这个进程关闭后,就不产生/var/log/messages日志通过logrotate工具的控制来实现日志切割每星期切割一次logrotate工具配置文件:/etc/
分类:系统相关   时间:2020-09-16 12:30:53    阅读次数:73
Starting named:[FAILED] named启动失败
问题: 排查: #查看系统日志 tail -10 /var/log/messages 发现是权限问题 解决办法: 重新启动服务 ...
分类:其他好文   时间:2020-08-11 09:14:19    阅读次数:66
Delphi 注册快捷键
unit Unit1; interface uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, StdCtrls, HTTPApp; type TForm1 = class( ...
分类:Windows程序   时间:2020-08-05 20:58:14    阅读次数:94
一行代码引来的安全漏洞就让我们丢失了整个服务器的控制权
一个在阿里云打工的清华学渣!之前在某厂的某次项目开发中,项目组同学设计和实现了一个“引以为傲”,额,有点扩张,不过自认为还说得过去的feature,结果临上线前被啪啪打脸,因为实现过程中因为一行代码(没有标题党,真的是一行代码)带来的安全漏洞让我们丢失了整个服务器控制权(测试环境)。多亏了上线之前有公司安全团队的人会对代码进行扫描,才让这个漏洞被扼杀在摇篮里。下面我们就一起来看看这个事故,啊,不对
分类:其他好文   时间:2020-08-04 10:07:11    阅读次数:107
最全面 think php 实现微信公众号回复编号进行投票,自定义菜单功能
前期准备工作 https://developers.weixin.qq.com/doc/offiaccount/Message_Management/Receiving_standard_messages.html 微信文档 公众号后台,“基本配置”-“服务器配置”,填写服务器地址,注意,填写的方法 ...
分类:微信   时间:2020-07-18 11:33:42    阅读次数:143
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 19:24:12    阅读次数:186
delphi实现起泡提示效果
unit Unit1;interfaceuses Winapi.Windows, Winapi.Messages, System.SysUtils, System.Variants, System.Classes, Vcl.Graphics, Vcl.Controls, Vcl.Forms, Vcl ...
分类:Windows程序   时间:2020-07-17 16:21:43    阅读次数:83
drf-缓存相关
settings.py文件的配置 # 缓存相关配置 CACHES = { 'default': { 'BACKEND': 'django.core.cache.backends.filebased.FileBasedCache', # 指定缓存使用的引擎 'LOCATION': 'D:\django ...
分类:其他好文   时间:2020-07-16 00:28:01    阅读次数:95
1544条   上一页 1 2 3 4 5 6 ... 155 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!