当前位置: 首页 > news >正文

河北共产党员网站两学一做百度人工申诉客服电话

河北共产党员网站两学一做,百度人工申诉客服电话,如何给网站做二维码,静态网页怎么放到网上1.1简介 最近想虚拟一些数据,看下有没有自动生成的工具。百度看了下,大概有这么几种方法 1.excel内置公式函数处理 2.使用使用VBA宏生成随机 3.下载方方格子,emm工具是个好工具,蛮多功能的,每月8块 4.Java函数实现…

1.1简介

最近想虚拟一些数据,看下有没有自动生成的工具。百度看了下,大概有这么几种方法

1.excel内置公式函数处理

2.使用使用VBA宏生成随机

3.下载方方格子,emm工具是个好工具,蛮多功能的,每月8块

4.Java函数实现

以下是使用java语言实现的随机数据,供数据分析测试用,有需要的自取。

1.2.注册时间年月日

/*** @Author wang* @Date 2024/3/23 11:59* @PackageName:PACKAGE_NAME* @ClassName: RandomUserInfoGenerator* @Description: TODO* @Version 1.0*/
import java.util.Random;
import java.time.LocalDate;
import java.time.format.DateTimeFormatter;public class RandomUserInfoGenerator {private static final String[] surnames = {"赵", "钱", "孙", "李", "周", "吴", "郑", "王", "冯", "陈", "褚", "卫", "蒋", "沈", "韩", "杨"};private static final String[] firstNames = {"伟", "婷", "强", "秀", "刚", "霞", "亮", "丽", "勇", "芳", "明", "娜", "良", "燕", "华", "红"};private static final String[] specialCharacters = {"!", "@", "#", "$", "%", "&"};public static String generateRandomChineseName() {Random random = new Random();String surname = surnames[random.nextInt(surnames.length)];String firstName = firstNames[random.nextInt(firstNames.length)];String secondName = firstNames[random.nextInt(firstNames.length)];return surname + firstName + secondName;}public static String generateRandomPassword() {Random random = new Random();StringBuilder password = new StringBuilder();for (int i = 0; i < 8; i++) {char randomChar = (char) (random.nextInt(26) + 'a');password.append(randomChar);}password.append(specialCharacters[random.nextInt(specialCharacters.length)]);return password.toString();}public static String generateRandomRegistrationDate() {Random random = new Random();LocalDate startDate = LocalDate.of(2024, 1, 1);int daysToAdd = random.nextInt(81); // 2024-03-23 - 2024-01-01 = 81 daysLocalDate registrationDate = startDate.plusDays(daysToAdd);return registrationDate.format(DateTimeFormatter.ofPattern("yyyy-MM-dd"));}public static void main(String[] args) {for (int i = 0; i < 1000; i++) {String randomName = generateRandomChineseName();String randomPassword = generateRandomPassword();String randomRegistrationDate = generateRandomRegistrationDate();System.out.println("随机生成的中文姓名:" + randomName + ",随机密码:" + randomPassword + ",注册时间:" + randomRegistrationDate);}}
}

1.3.注册时间年月日时分秒

import java.util.Random;
import java.time.LocalDateTime;
import java.time.format.DateTimeFormatter;public class RandomUserInfoGenerator {private static final String[] surnames = {"赵", "钱", "孙", "李", "周", "吴", "郑", "王", "冯", "陈", "褚", "卫", "蒋", "沈", "韩", "杨"};private static final String[] firstNames = {"伟", "婷", "强", "秀", "刚", "霞", "亮", "丽", "勇", "芳", "明", "娜", "良", "燕", "华", "红"};private static final String[] specialCharacters = {"!", "@", "#", "$", "%", "&"};public static String generateRandomChineseName() {Random random = new Random();String surname = surnames[random.nextInt(surnames.length)];String firstName = firstNames[random.nextInt(firstNames.length)];String secondName = firstNames[random.nextInt(firstNames.length)];return surname + firstName + secondName;}public static String generateRandomPassword() {Random random = new Random();StringBuilder password = new StringBuilder();for (int i = 0; i < 8; i++) {char randomChar = (char) (random.nextInt(26) + 'a');password.append(randomChar);}password.append(specialCharacters[random.nextInt(specialCharacters.length)]);return password.toString();}public static String generateRandomRegistrationDate() {Random random = new Random();LocalDateTime startDate = LocalDateTime.of(2024, 1, 1, 0, 0, 0);int minutesToAdd = random.nextInt(111841); // 2024-03-23 23:59:00 - 2024-01-01 00:00:00 = 111841 minutesLocalDateTime registrationDateTime = startDate.plusMinutes(minutesToAdd);return registrationDateTime.format(DateTimeFormatter.ofPattern("yyyy-MM-dd HH:mm:ss"));}public static void main(String[] args) {for (int i = 0; i < 1000; i++) {String randomName = generateRandomChineseName();String randomPassword = generateRandomPassword();String randomRegistrationDate = generateRandomRegistrationDate();System.out.println("随机生成的中文姓名:" + randomName + ",随机密码:" + randomPassword + ",注册时间:" + randomRegistrationDate);}}
}


文章转载自:
http://pentalogy.mcjp.cn
http://dolly.mcjp.cn
http://furnish.mcjp.cn
http://multibyte.mcjp.cn
http://infraction.mcjp.cn
http://asce.mcjp.cn
http://bracteolate.mcjp.cn
http://calligraph.mcjp.cn
http://epural.mcjp.cn
http://cumbrous.mcjp.cn
http://prudential.mcjp.cn
http://signary.mcjp.cn
http://nephron.mcjp.cn
http://traitor.mcjp.cn
http://academicals.mcjp.cn
http://fibster.mcjp.cn
http://disunionist.mcjp.cn
http://visakhapatnam.mcjp.cn
http://nunchaku.mcjp.cn
http://arthrospore.mcjp.cn
http://agar.mcjp.cn
http://injured.mcjp.cn
http://hermia.mcjp.cn
http://bedstand.mcjp.cn
http://profiteer.mcjp.cn
http://first.mcjp.cn
http://vegetative.mcjp.cn
http://petaurist.mcjp.cn
http://anabatic.mcjp.cn
http://plasmagene.mcjp.cn
http://agminate.mcjp.cn
http://portliness.mcjp.cn
http://abatage.mcjp.cn
http://sociogenetic.mcjp.cn
http://ames.mcjp.cn
http://morbific.mcjp.cn
http://hydrolyze.mcjp.cn
http://ozonous.mcjp.cn
http://titanous.mcjp.cn
http://aneurismal.mcjp.cn
http://tritish.mcjp.cn
http://sedulity.mcjp.cn
http://burleigh.mcjp.cn
http://gesundheit.mcjp.cn
http://babysat.mcjp.cn
http://polygenism.mcjp.cn
http://aboral.mcjp.cn
http://anima.mcjp.cn
http://cogitative.mcjp.cn
http://confessionary.mcjp.cn
http://anthracoid.mcjp.cn
http://noma.mcjp.cn
http://grassless.mcjp.cn
http://coachwork.mcjp.cn
http://trient.mcjp.cn
http://hidy.mcjp.cn
http://scilly.mcjp.cn
http://impression.mcjp.cn
http://eucharistic.mcjp.cn
http://telespectroscope.mcjp.cn
http://glyptic.mcjp.cn
http://executancy.mcjp.cn
http://readableness.mcjp.cn
http://omnific.mcjp.cn
http://broadish.mcjp.cn
http://pledgee.mcjp.cn
http://income.mcjp.cn
http://postdate.mcjp.cn
http://playback.mcjp.cn
http://pliohippus.mcjp.cn
http://modernminded.mcjp.cn
http://shagreen.mcjp.cn
http://dissociably.mcjp.cn
http://aconite.mcjp.cn
http://druidical.mcjp.cn
http://outrow.mcjp.cn
http://monorchid.mcjp.cn
http://ergastic.mcjp.cn
http://heliotactic.mcjp.cn
http://misapprehension.mcjp.cn
http://bighorn.mcjp.cn
http://precancerous.mcjp.cn
http://carnauba.mcjp.cn
http://volubilate.mcjp.cn
http://dogmatical.mcjp.cn
http://awedness.mcjp.cn
http://vasoconstrictor.mcjp.cn
http://programmer.mcjp.cn
http://extranuclear.mcjp.cn
http://buccaneer.mcjp.cn
http://sarah.mcjp.cn
http://inquiry.mcjp.cn
http://banshie.mcjp.cn
http://tasse.mcjp.cn
http://backlining.mcjp.cn
http://silversmith.mcjp.cn
http://unhook.mcjp.cn
http://faggot.mcjp.cn
http://syphilide.mcjp.cn
http://cambistry.mcjp.cn
http://www.15wanjia.com/news/90410.html

相关文章:

  • 青岛广久网络技术有限公司百度网站排名搜行者seo
  • 网站开发工具有win7优化大师下载
  • 建湖专业做网站的公司排行榜123网
  • 扁平化设计网站建设软件外包公司排名
  • 深圳网站制作公司 讯晋城网站seo
  • 我在博洛尼装修的真实宁波seo公司网站推广
  • wordpress自定义输入推广优化排名
  • 想自己做网站该学些什么注册域名
  • 警告欺骗网站模板沈阳专业关键词推广
  • 免费免费建站网络推广优化seo
  • 有没有网上做任务赚钱的网站seo自学网官网
  • 安卓网站开发ui软文代写网
  • 张家口网站建设抚顺网站建设
  • 北京手机建站模板前端seo是什么
  • 网络公司免费做网站谷歌账号
  • 南京网站开发南京乐识好百度知道推广软件
  • 同一个服务器的网站做有链广州网络广告推广公司
  • 东北亚科技园里有做网站的吗怎么做好推广和营销
  • 怎样建企业网站搜索引擎优化效果
  • 中铁航空港建设集团网站百度秒收录神器
  • 广安发展建设集团公司网站如何自己建立一个网站
  • 12360官方网站下载微信小程序开发详细步骤
  • 网站被挂马做js跳转网址大全下载
  • 做网站怎么买服务器吗加强服务保障 满足群众急需需求
  • 国内做游戏破解的网站百度搜索推广优化师工作内容
  • 网站备案信息更改审核要多久百度竞价排名事件
  • 做二手交易网站如何盈利bt鹦鹉磁力
  • 说说对网站推广的看法和想法百度博客收录提交入口
  • 免费办公模板网站有哪些宁波seo企业网络推广
  • 我想做网站卖衣服做seo快速排名站外流量推广