摘要:
制作创建测试的 jar 包 打开 idea ,文件->新建项目->java模块->选择SDK->项目名称为 calcutil 在src中新建名为Calc.java,内容如下 public class Calc { public static int add(int a,int b){ return 阅读全文
摘要:
@echo off set date=%date:~0,4%%date:~5,2%%date:~8,2% "E:\phpStudy\PHPTutorial\MySQL\bin\mysqldump.exe" -uroot -proot test > E:\mysqlBackData\mysql_bac 阅读全文
摘要:
CREATE FUNCTION `getRoleName`(`rid` text) RETURNS text CHARSET utf8 COLLATE utf8_bin BEGIN DECLARE role_name text; SELECT GROUP_CONCAT(`name`) into ro 阅读全文