上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页
摘要: 官网 http://www.jeasyui.com/documentation/index.php# 菜鸟 https://www.runoob.com/jeasyui/jqueryeasyui-intro.html 离线文档下载 https://dl.pconline.com.cn/downloa 阅读全文
posted @ 2019-06-06 12:36 Samuel-Leung 阅读(260) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/bdqczhl/p/5933504.html eclipse 安装SVN插件 https://welcome66.iteye.com/blog/1845176 阅读全文
posted @ 2019-06-06 12:30 Samuel-Leung 阅读(105) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/xdouby/p/7237005.html 基本操作: update : 是从SVN服务器上把最新版本下载到本地来; commit: 是将本地做过的改动(修改、新增、删除、改名、移动等)上传更新到SVN服务器; add : 是将本地新增文件或文件 阅读全文
posted @ 2019-06-06 10:57 Samuel-Leung 阅读(556) 评论(0) 推荐(0) 编辑
摘要: 参考:https://www.cnblogs.com/melody210218/p/7120559.html 阅读全文
posted @ 2019-05-19 21:55 Samuel-Leung 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1 二分查找: 快速排序:参考 https://www.cnblogs.com/coderising/p/5708801.html 堆排序:https://www.cnblogs.com/chengxiao/p/6129630.html 归并排序:https://www.cnblogs.com/ch 阅读全文
posted @ 2019-05-18 15:03 Samuel-Leung 阅读(132) 评论(0) 推荐(0) 编辑
摘要: 参考:https://blog.csdn.net/qq_35321405/article/details/80270496 阅读全文
posted @ 2019-05-08 10:31 Samuel-Leung 阅读(470) 评论(0) 推荐(0) 编辑
摘要: 二: django中 views from django.template.context import RequestContext # Create your views here. def test(request): if request.method == 'POST': print re 阅读全文
posted @ 2019-05-06 11:14 Samuel-Leung 阅读(207) 评论(0) 推荐(0) 编辑
摘要: views中 USER_DICT = { '1': {'name': 'root1', 'email': 'root@live.com'}, '2': {'name': 'root2', 'email': 'root@live.com'}, '3': {'name': 'root3', 'email 阅读全文
posted @ 2019-05-05 14:54 Samuel-Leung 阅读(443) 评论(0) 推荐(0) 编辑
摘要: FBV urls: urlpatterns = [ url(r'^admin/', admin.site.urls), url(r'^home/', views.home),] views: def home(request): return render(request, 'home.html') 阅读全文
posted @ 2019-05-05 14:10 Samuel-Leung 阅读(403) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2019-05-05 13:54 Samuel-Leung 阅读(7) 评论(0) 推荐(0) 编辑
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 24 下一页