Wesley13 Wesley13
3年前
java 获取 classpath下的配置文件
一获取prop属性文件:/读取属性文件Createdbylgon2017/2/3./publicclassLoadPropertiesFile{publicstaticMap<String,StringloadPropFile(Str
Easter79 Easter79
3年前
sqlalchemy连接 MySQL(转)
fromsqlalchemyimportcreate_engine,Table,Column,Integer,String,MetaData,ForeignKeyenginecreate_engine("mysqlpymysql://root:a5230411@localhost:3306/test",echoTrue)
ThinkPHP V5.0 图片上传base64
/单图上传@returnbool|mixed|string/protectedfunctionuploadingqrcode($images'',$name'')if(empty($images))$thisresult($images,0,'图片错误');if(pregmatch('/^(data:\simag
Stella981 Stella981
3年前
Flutter学习之动态ListView
import'package:flutter/material.dart';voidmain(){runApp(listname(item:newList<String.generate(1000,(i)"genarate$i")));}
Stella981 Stella981
3年前
JVM调优YoungGC
先上代码:主函数:1.publicclassGCDemo{3.publicstaticvoidmain(String\\args)throwsInterruptedException{6.List<GCDataObjectlistnewArrayList<GCDat
Stella981 Stella981
3年前
Android 显示网页图片
原WebView web;String url;web.getSettings().setUseWideViewPort(true);web.getSettings().setLoadWithOverviewMode(true);web.getSettings().setDisplayZoomControl
Stella981 Stella981
3年前
Egret 类的创建和继承
classtestextendsegret.DisplayObjectContainer{/类的创建///属性name:string;age:number;ts:test;//可传参的构造方法publicconst
Wesley13 Wesley13
3年前
MyBatis 问题
nestedexceptionisorg.apache.ibatis.reflection.ReflectionException:Thereisnogetterforpropertynamed in'classjava.lang.String'Mapper.xml是这样的<selectid"findPl
Wesley13 Wesley13
3年前
PHP ASCII 排序方法
/ascii码从小到大排序@paramarray$params@returnbool|string/functionasc_sort($paramsarray()){if(!empty($params
Stella981 Stella981
3年前
JavaScript开发常用工具函数
1、isStatic:检测数据是不是除了symbol外的原始数据functionisStatic(value){return(typeofvalue'string'||typeofvalue