码迷,mamicode.com
首页 >  
搜索关键字:has not been loaded    ( 13473个结果
Linux 生成 core dump的方法及设置
A core dump is the recorded state of the working memory of a computer program at a specific time, generally when the program has terminated abnormally ...
分类:系统相关   时间:2020-08-01 21:26:59    阅读次数:103
python 通过文件夹导入包的操作
通过文件夹导入包要求每个目录下都有一个__init__.py文件,此文件可空白。也可不空。 a@ubuntu:~/Desktop$ tree myp myp ├── a │ ├── b.py │ └── __init__.py └── __init__.py 1 directory, 3 files ...
分类:编程语言   时间:2020-07-29 21:41:32    阅读次数:70
mysql忘记密码,如何修改
Windows下mysql忘记密码怎么办? 时隔半个月,我终于又开始操刀mysql,但是不小心砍到了我的脑子,密码什么的我全都忘了,结果,你懂的。。。所以,今天我就总结了一下网上的解决方法以及我自己的解决方法的一些心得。 方法一:免密码进入mysql再修改密码 步骤一:找到mysql安装目录下的配置 ...
分类:数据库   时间:2020-07-29 14:45:51    阅读次数:74
HDU 6797 Tokitsukaze and Rescue
Princess CJB has lived almost her entire life in the isolated town of Ertona, where CJB uses her unique ability to recognize where crystals of materia ...
分类:其他好文   时间:2020-07-28 22:14:42    阅读次数:73
A1149:Dangerous Goods Packaging (25)
WA代码如下: 1 #include<bits/stdc++.h> 2 using namespace std; 3 map<string, string> mmp; 4 map<string, int> has; 5 int main() 6 { 7 int n, m; cin >> n >> m ...
分类:其他好文   时间:2020-07-28 14:31:36    阅读次数:56
P3037 [USACO11DEC]Simplifying the Farm G[最小生成树]
前言 $Kruscal$的进一步应用以及$set$去重应用,输入输出没翻译,练习一下英语水平吧~~(其实是懒得搞)~~(逃 题目描述 Farmer John has been taking an evening algorithms course at his local university, a ...
分类:其他好文   时间:2020-07-27 23:44:44    阅读次数:70
J-Flash ARM烧写提示 PC of target system has unexpected after blank checking.(pc=ox0800018A)
J-Flash ARM烧写时弹出 处理办法:打开下面软件解锁即可 这样就代表解锁成功,可以烧录了 ...
分类:其他好文   时间:2020-07-27 09:45:30    阅读次数:133
Java web项目启动Tomcat报错
点击运行项目时显示 A Java Exception has occurred. 'Starting Tomcat v9.0 Server at localhost' has oncountered a problem.Server Tomcat v9.0 Server at localhost f ...
分类:编程语言   时间:2020-07-26 19:36:43    阅读次数:92
11.组合与继承
Inheritance(继承) Composition(复合) Delegation(委托) 像字符串类,复数类一把不会和其他类发生关联,但有的类可能需要和其它类发生关联,这就是面向对象的思想。 Composition(复合) ,表示has-a ...
分类:其他好文   时间:2020-07-26 15:14:37    阅读次数:52
Shellcode的编写
做病毒和做保护的人,对shellcode一定不陌生。shellcode不依赖环境,放到任何地方都可以执行的机器码。 shellcode编写注意事项: 1.不能有全局变量:因为shellcode不依赖环境 2.不能使用常量字符串: 首先先定义两个相同含义的字符串 在编写shellcode字符串的过程中 ...
分类:系统相关   时间:2020-07-26 02:00:28    阅读次数:89
13473条   上一页 1 ... 19 20 21 22 23 ... 1348 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!