摘要:
Examples of Instructions on DLX MIPS64 Architecture for Programmers Vloume 手头资料不足,Google到了这个 To understand these tables we need to introduce notations 阅读全文
摘要:
numpy.split numpy.split(ary, indices_or_sections, axis=0)[source] Split an array into multiple sub-arrays. Parameters: ary : ndarray Array to be divid 阅读全文
摘要:
Object Oriented Technique Summarize background a) Crisis of Software (20C60S) i. long term ii. expensive iii. low efficiency of development& hard to g 阅读全文
摘要:
不知道怎么取标题,简单提一下数据库的完整性实现问题 在MySQL中一种不用写trigger也可以实现级联的方式——直接使用外键实现参照完整性(当然trigger的功能不只是实现级联修改/删除,还可以实现一些动态完整性约束 除此之外还可以通过check约束实现用户定义完整性 alter table s 阅读全文