摘要:
1查询emp表中数据量 14条数据Oracle```SQL> select count(*) from emp; COUNT(*) 14```PPAS```scott=# select count(*) from emp; count 14(1 row)```2查询dept表中的数据库 4条数据Or 阅读全文
阅读排行榜
Python subprocess
2020-09-29 15:36 by DataBases, 201 阅读, 收藏,
摘要:
# subprocess - Subprocesses with accessible I/O streams This module allows you to spawn processes, connect to theirinput/output/error pipes, and obtai 阅读全文
Pytorch 多分类问题
2021-06-27 22:04 by DataBases, 199 阅读, 收藏,
摘要:
#########################################full connection###########################################import torchfrom torchvision import transformsfrom 阅读全文
Java总结
2020-03-29 19:27 by DataBases, 199 阅读, 收藏,
摘要:
Java虚拟机: Class Loader:依据特定格式,加载class文件到内存; Execution Engine:对命令进行解析; Native Interface:融合不同开发语言的原生库为Java所用; Runtime Data Area:JVM内存空间的结构模型; Java反射: Jav 阅读全文
spinlock参考资料
2014-10-11 13:18 by DataBases, 196 阅读, 收藏,
摘要:
spinlock:http://irl.cs.ucla.edu/~yingdi/web/paperreading/smp_locking.pdf 阅读全文
浙公网安备 33010602011771号