软件和软件开发软件:software硬件hardware 软件 = 程序(指令) + 数据(数字,声音,视频,图片...)软件开发:使用工具制作软件!!! 软件分类:1.按应用范围:系统软件:os:operation system. MS,Windows.Linux(Centos,Unbuntu.. ...
分类:
编程语言 时间:
2019-12-09 11:44:35
阅读次数:
92
Django框架 ........ "2.聚合查询 分组 F与Q查询 字段 及其 参数" "数据库的三大范式" "3.orm查询优化 MTV与MVC模型 choice参数 ajax serializers" "mysql取消严格模式" "4.Sweetalert bulk_create批量插入数据 ...
分类:
其他好文 时间:
2019-12-06 14:02:51
阅读次数:
106
之前的博文也说到了如果多线程对于访问的公共资源操作都是原子操作,那么可以避免竞争条件。关于多线程的竞争可以百度。 1.执行最基本的原子操作 c#提供了一系列供我们使用的原子操作的方法和类型,比如我们的自增和自减操作。 看代码 class Program { private static int _c ...
分类:
编程语言 时间:
2019-12-06 11:42:16
阅读次数:
102
[toc] 5 SWIG 基础知识 This chapter describes the basic operation of SWIG, the structure of its input files, and how it handles standard ANSI C declaration ...
分类:
其他好文 时间:
2019-12-06 00:31:07
阅读次数:
440
本周内容 ? 今日内容 ? ajax结合sweetalert实现删除按钮动态效果 ? bulk_create批量插入数据 ? 自定义分页器 ? 多对多三种创建方式 ? 明日内容 ? forms组件 ? cookies与session操作 ? django中间件 ? 跨站请求伪造csrf ? auth ...
分类:
其他好文 时间:
2019-12-03 21:30:27
阅读次数:
122
[TOC] ajax结合sweetalert使用 点击下载 "Bootstrap sweetalert" 一通CV大法: 这里有个问题,发现汉字被挡住了。。。 通过谷歌浏览器的检查,查看html元素修改,加上样式即可: 后端views.py bulk_create批量插入数据 在django向数据库 ...
分类:
其他好文 时间:
2019-12-02 23:53:47
阅读次数:
188
#define EPERM 1 /* Operation not permitted */ #define ENOENT 2 /* No such file or directory */ #define ESRCH 3 /* No such process */ #define EINTR 4 / ...
分类:
系统相关 时间:
2019-11-29 14:23:40
阅读次数:
190
org.springframework.jdbc.BadSqlGrammarException: SqlMapClient operation; bad SQL grammar []; nested exception is java.sql.BatchUpdateException: ORA-01 ...
分类:
其他好文 时间:
2019-11-25 15:03:48
阅读次数:
77
Xx_Pointer opteration Do not dereference initialized Pointers Ax_Code Assign: assign a pointer to a pointer.It can be the name of an array, the name o ...
分类:
其他好文 时间:
2019-11-24 19:28:43
阅读次数:
51
操作Java import org.elasticsearch.action.bulk.BulkRequestBuilder; import org.elasticsearch.action.bulk.BulkResponse; import org.elasticsearch.action.get ...
分类:
编程语言 时间:
2019-11-24 10:22:32
阅读次数:
246