码迷,mamicode.com
首页 >  
搜索关键字:known    ( 1617个结果
Warning: File upload error - unable to create a temporary file in Unknown on line 0 的解决办法
upload_tmp_dir 临时文件夹问题 上传文件提示 Warning: File upload error - unable to create a temporary file in Unknown on line 0 找到php.ini 中的 upload_tmp_dir 把前边的“;”去 ...
分类:其他好文   时间:2019-10-02 16:45:43    阅读次数:119
2018宁夏A题
As an ACM-ICPC newbie, Aishah is learning data structures in computer science. She has already known that a stack, as a data structure, can serve as a ...
分类:其他好文   时间:2019-10-01 22:13:28    阅读次数:129
《数据结构与面向对象程序设计》第4周学习总结
学号20182329 2019 2020 1 《数据结构与面向对象程序设计》第4周学习总结 教材学习内容总结 学会使用单元测试进行测试代码。 学会TDD代码测试。 学会是使用编写类,用public、void等编写,调用类的方法进行运算。 学习类与类的关系,继承,聚合,关联等等,来厘清关系。 学习UM ...
分类:其他好文   时间:2019-09-30 23:44:38    阅读次数:132
POJ-2006 Litmus Test 高精度
The pH scale measures the concentration of protons (H +) in a solution and, therefore, its acidity or alkalinity. The pH value of a solution is a numb ...
分类:其他好文   时间:2019-09-30 14:19:36    阅读次数:55
git——创建分支后,切换分支报错(error: pathspec 'master' did not match any file(s) known to git)
解决办法: 1.查看分支 2.获取所有分支 3.切换到远程master分支: 4.执行git branch,可以看到我们想切换的那个分支 5.从当前的分支切换并新建分支,可以理解为即将新创建的分支是由当前分支出来的 6.建立本地分支和远程分支的追踪关系 7.就可以pull了 参考资料: https: ...
分类:其他好文   时间:2019-09-28 14:20:46    阅读次数:121
hadoop 同步sync时,报name or service not known错误解决方案
将两台机子打开 1:先ping x.x.x.x(另一台主机名称),一般能ping通 2:ping hadoopxxx(另一台主机别名) 此时应该ping不通 3:vim /etc/hosts 4:service network restart 再ping别名就能ping通了 解决! ...
分类:其他好文   时间:2019-09-27 23:19:55    阅读次数:129
kmp dp hdu 3336
Count the string Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submission(s): 17918 Accepted Submission(s): 81 ...
分类:其他好文   时间:2019-09-26 14:45:48    阅读次数:83
Django之 数据库ORM
一、ORM Django的 业务 少不了 跟数据库打交道,不然没有数据库保存一些数据将是一件很糟糕的事情。Django 对 数据库 支持原生的 SQL语句,但更好的对数据库支持,Django自己有一套对数据库操作的模块,在操作、性能、便捷上 有很好的提升。ORM,Object Relational ...
分类:数据库   时间:2019-09-26 00:06:01    阅读次数:103
调试 Go 的代码生成
原文:https://studygolang.com/articles/19815 原文:https://studygolang.com/articles/19815 这是一个创建于 2019-04-17 23:12:26 的文章,其中的信息可能已经有所发展或是发生改变。 2016 年 10 月 1 ...
分类:其他好文   时间:2019-09-23 14:58:58    阅读次数:66
Pursuit For Artifacts CodeForces - 652E (Tarjan+dfs)
Pursuit For Artifacts "CodeForces 652E " Johnny is playing a well known computer game. The game are in some country, where the player can freely trave ...
分类:其他好文   时间:2019-09-23 11:56:16    阅读次数:88
1617条   上一页 1 ... 24 25 26 27 28 ... 162 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!