原创 webgl博客彙總

http://www.hiwebgl.com/ https://blog.csdn.net/qq_30100043/article/details/78462993 https://www.cnblogs.com/wanbo/ h

原创 mysql 水平分庫分表,擴容數據遷移

https://www.cnblogs.com/barrywxx/p/11532122.html

原创 大數據學習超級讚的大牛博客

https://blog.csdn.net/qazwsxpcm/article/category/7309010

原创 Linux下C語言的一道經典面試題

如果在Linux下使用GCC編譯器執行下列程序,輸出結果是什麼? https://segmentfault.com/q/1010000009925191 #include<stdio.h> int main(){ char

原创 java服務接口參數校驗的一種方式(hibernate-validator使用)

文章主要講解在Springboot裏面使用hibernate-validator,默認Springboot已經幫我們集成了hibernate-validator。 其他方式加入依賴: <dependency> <gro

原创 Spring boot中配置事務管理

https://blog.csdn.net/weixin_44554160/article/details/86775915

原创 datatable 序號和使用

注意這段代碼: {"data" : 'KeyId', "render" : function(data, type, full, meta){

原创 Springboot redis hash操作demo

pom依賴: <dependency> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-data-

原创 uniapp(weex)android原生插件,Module如何獲取Activity對象再獲取Window對象

最近一個朋友使用uniapp開發,想要一個android版的插件,大致是:android_監聽截屏&不監聽截屏_允許截屏$禁止截屏_javascript調用代碼截屏(打一個廣告,已經發布到uniapp插件市場了,插件)…,開發過程

原创 openGL ES

學習地址點我

原创 springMVC接收動態數據json參數

/** //===================前端js調用================== ceshi() function ceshi(){ var judgmentListQuesti

原创 sql時間交叉

原创 python生成器/list轉換

g = (range(100)) print(g) g = (r for r in g) print(g) g = list(g) print(g) 輸出: range(0, 10

原创 python文件頭部

經常忘記,做一個備忘錄以供複製copy粘貼paste #! usr/bin/python # -*- coding:utf-8 -*-

原创 Activiti5、Activiti6開發者用戶指南

https://gitee.com/hsjjsh123/Spring-activiti