From China Daily Beijing and Shanghai are among the 10 most innovative cities in the world, based on published articles in leading academic journals, ...
分类:
其他好文 时间:
2019-05-28 19:55:57
阅读次数:
175
一、MJExtension第三方框架 我们在iOS开发过程中,我们常常需要将字典数据(也就是JSON数据)与Model模型之间的转化,例如网络请求返回的微博数据、等等,如果我们自己全部手动去创建模型并赋值,都是一些毫无技术含量的代码,费时费力,而且还可能会赋值出错,让我们很头疼。 MJExtensi ...
分类:
其他好文 时间:
2019-05-27 13:43:46
阅读次数:
560
Rod.Johnson, the author of spring framework. In 2002, he said in a book Expert one to one J2EE design and development that the J2EE system is too comp ...
分类:
编程语言 时间:
2019-05-22 15:56:43
阅读次数:
150
``` 开发Django应用的典型工作流程是:先创建模型,接着最先让管理页run起来,这样你的同事或者客户就可以开始往系统里填数据。 然后,开发如何将数据展示给公众的部分。 创建一个项目: django-admin startproject mysite 进入mysite目录,启动开发服务器: $ ... ...
分类:
其他好文 时间:
2019-05-05 11:59:03
阅读次数:
136
上一章https://blog.51cto.com/yht1990/23828011、配置pymysql代替MySQLdb在需要的项目中(D:\mysite\polls__init__.py)添加如下内容importpymysqlpymysql.install_as_MySQLdb()2、服务器创建mysite数据库3、数据库配置mysite\settings.pyDATABASES={‘defa
分类:
其他好文 时间:
2019-04-22 19:27:26
阅读次数:
168
转自:https://blog.bernd-ruecker.com/what-are-long-running-processes-b3ee769f0a27 Some communities have big reservations when using terms like workflow(o ...
分类:
其他好文 时间:
2019-02-03 23:22:09
阅读次数:
172
题目: A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published y ...
分类:
其他好文 时间:
2019-02-02 19:30:18
阅读次数:
126
A Digital Library contains millions of books, stored according to their titles, authors, key words of their abstracts, publishers, and published years ...
分类:
其他好文 时间:
2019-01-20 13:48:50
阅读次数:
140
CCGridPictureEditor如其名,网格图片编辑控件,实现利用一个网格来显示多张图片的缩略图,这是一个非常实用的控件,实现类似微信朋友圈中发布多张图片的功能。 在没有这个控件之前,我都是用Delphi自带的GridLayout来自己组织管理这种业务场景,虽然实现了同样的功能,但要写的代码还 ...
分类:
其他好文 时间:
2019-01-20 11:45:28
阅读次数:
208
从springboot官方文档中扒出来的,留存一下以后应该会用到 # =================================================================== # COMMON SPRING BOOT PROPERTIES # # This sample... ...
分类:
移动开发 时间:
2019-01-15 20:33:21
阅读次数:
1400