- 博客(476)
- 资源 (1)
- 收藏
- 关注
原创 MySQL入門_テーブル作成
create database case_a;show databases;drop database case_a;create database case_db;use case_db;drop table if exists userInfo;drop table if exists userInfo;CREATE TABLE userInfo ( id int NOT NULL AUTO_INCREMENT COMMENT 'ユーザコード', name varc...
2022-03-12 19:19:36
1007
原创 6666666666
'use strict';$(function () { // ページロード時の画面制御 // お客様モード var $customerMode = $('#customerMode'); if ($customerMode.prop('checked') === true) { showCustomerMode(); } else { showNonCustomerMode(); } // 税法上の居住地国チェ...
2021-03-31 15:32:57
377
原创 commons.js
'use strict';$(function() { // init initDevice(); initWrappedLabel(); //// events $('input[data-action-url]').on('click', function () { var $this = $(this); $this.closest('form').attr('action', $this.attr('data...
2021-03-31 15:32:23
412
原创 55555555555
==================================================================================================Java_NumDemo.txtpublic class NumDemo { public static void main(String []args) { int max=255; int min=0; for (int x =min; x <max...
2021-03-31 15:20:15
359
原创 3333
if(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd ifmsgbox "Vbs18_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemOb...
2021-03-31 15:19:44
152
原创 22222
excel2sql.js// OLEsvar fso = WScript.CreateObject("Scripting.FileSystemObject");// Default settingsvar settings = { includesSubFolders: true, completionMessage: "Completed!", returnCodeErrMessage: "改行指定誤り.line:", colBeginIndex: 1, headerRow...
2021-03-31 15:18:14
206
原创 111aaaaa
function g0084InitAddressSearch() { $('.searchAddressForDST').on('click', function () { var $this = $(this); var idSuffix = $this.attr('data-id-suffix'); var zipCode1Label = $this.attr('data-zip-code1-label'); var zipCo...
2021-03-31 15:16:37
193
原创 111
if(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd ifmsgbox "Vbs18_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemOb...
2021-03-31 15:14:46
136
原创 111
if(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd ifmsgbox "Vbs18_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemOb...
2021-03-31 14:58:14
390
原创 2021-03-31
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "Vbs10_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemOb...
2021-03-31 14:47:58
240
原创 10-16
if(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd ifmsgbox "Vbs16_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemOb...
2021-03-31 14:46:47
107
原创 09_【別紙】3-⑦.vbs
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "Vbs9_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemObj...
2021-03-30 15:39:39
162
原创 08_【別紙】2-⑥.vbs
if(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd ifmsgbox "Vbs8_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemObj...
2021-03-30 15:38:57
115
原创 07_【別紙】3-②.vbs
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "Vbs7_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemObj...
2021-03-30 15:38:08
140
原创 06_【別紙】3-③.vbs
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "Vbs6_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemObj...
2021-03-30 15:37:27
104
原创 05_【別紙】3-①.vbs
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "Vbs5_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemObj...
2021-03-30 15:36:52
161
原创 03_【別紙】3-⑥.vbs
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "vbs3_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemObj...
2021-03-30 15:35:47
218
原创 02_【別紙】3-⑤.vbs
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "vbs2_実行開始"'BankCode = InputBox("金庫コードを入力してください")Set oExcel=CreateObject("excel.application")Set fs ...
2021-03-30 15:34:28
108
原创 01_【別紙】3-④.vbs
If(Wscript.Arguments.Count<3) then'msgbox "The count of Arguments is "&Wscript.Arguments.Count'Quit VBS script'Wscript.QuitEnd Ifmsgbox "vbs1_実行開始"Set oExcel=CreateObject("excel.application")Set fs = CreateObject("Scripting.FileSystemObj...
2021-03-30 15:13:33
157
原创 ExSQLGeneration.vbs
msgbox "◆実行開始◆"path = createobject("Scripting.FileSystemObject").GetFile(Wscript.ScriptFullName).ParentFolder.Path'パス定義'◆◆◆Set fs = CreateObject("Scripting.FileSystemObject")Set bankCdf = fs.CreateTextFile(path+"\bankCd.txt", True)bankCdf.CloseSe
2021-03-30 15:09:26
172
原创 2021-03-30
@echo off@rem 名称 :○○の更新@rem 実行対象 :預かり資産ナビシステムサーバー@rem 概要 :○○の更新を行う。set PASSWORD=Canon01#set FORMATDIR=Formatset DATEZ=%date: =0%set TIMEZ=%time: =0%set LOG=○○○○更新_%DATEZ:~0,4%%DATEZ:~5,2%%DATEZ:~8,2%%TIMEZ:~0,2%%TIMEZ:~3,2%.log...
2021-03-30 15:07:43
104
原创 Java中toPlainString()的用法
package com.test;import java.math.BigDecimal;import org.apache.commons.lang.StringUtils;import jp.co.canonits.progner.core.common.utility.NumberUtility;public class ToPlainString { public static void main(String[] args) { //BigDecimal ...
2020-07-20 17:47:15
2059
原创 全角文字は2桁、半角文字は1桁として文字数をカウントする
package com.test;public class ZenHanTest { public static void main(String[] args) { String bikoStr = "123456789012345678901234567890123456789012345678901234567890考備"; System.out.println(getHan1Zen2(bikoStr)); } /**...
2020-07-20 13:54:46
419
原创 用海伦公式求三角形面积
#include<stdio.h>#include<math.h>int main(){float a,b,c,p,area;printf("请输入三角形的三边长\n");scanf("%f %f %f",&a,&b,&c);p=1.0/2*(a+b+c); if(a+b>c&&b+c>a&...
2019-08-25 22:22:57
1388
1
转载 关于java的数组求最大值、最小值、排序、二分查找程序总结
package org.wubo.test;//_____________________________________________________________________________________public class Demo { public static void main(String[] args) { int[] intar...
2019-08-25 21:38:39
580
原创 Java list的最大数,最小数,排序
List<Integer> list = Arrays.asList(50,800,400,600,60); System.out.println(java.util.Collections.max(list));//获取最大数System.out.println(java.util.Collections.min(list));//获取最小数//可用于数组,数组的话将li...
2019-08-25 21:37:00
748
转载 JAVA8 ARRAY、LIST操作 汇【5】)- JAVA8 LAMBDA LIST统计(求和、最大、最小、平均)
JAVA8 ARRAY、LIST操作 汇【5】)- JAVA8 LAMBDA LIST统计(求和、最大、最小、平均)public class Apple { private Integer id; private String name; private BigDecimal money; private Integer num; public A...
2019-08-25 21:07:17
1644
原创 Java 实例 - 查找 List 中的最大最小值
package insping;import java.math.BigDecimal;import java.time.LocalDate;import java.time.Period;import java.time.format.DateTimeFormatter;import java.time.temporal.ChronoUnit;import java.util.Ar...
2019-08-25 20:59:37
882
2
原创 深入探讨Java中的异常与错误处理
Java中的异常处理机制已经比较成熟,我们的Java程序到处充满了异常的可能,如果对这些异常不做预先的处理,那么将来程序崩溃就无从调试,很难找到异常所在的位置。本文将探讨一下Java中异常与错误的处理方法,一起来看看。异常与错误:异常:在Java中程序的错误主要是语法错误和语义错误,一个程序在编译和运行时出现的错误我们统一称之为异常,它是VM(虚拟机)通知你的一种方式,通过这种方式,V...
2019-08-20 21:35:03
195
转载 关于Java的String字符串常量的长度问题(Error:(14, 22) java: 常量字符串过长)
虽然这种问题应该很难遇到,但是遇到了也会感到莫名其妙。不知道大家有没有遇到那种在java代码里用字符串写sql语句的情况,但是如果sql语句字符串的长度太长的话就会报错。代码如下:代码AString str = "567890123456789...0123456789";//由于字符串长度太长,所以省略一部分,长度是65535System.out.println(str.leng...
2019-08-20 21:30:43
7786
翻译 java.lang.StringIndexOutOfBoundsException: String index out of range: 6
//https://stackoverflow.com/questions/19670369/java-stringindexoutofboundsexceptionpackage insping;public class Passenger { private String password; //private String adress; //private ...
2019-08-20 20:59:35
4867
原创 Java 计算两个日期相差月数 (2)
package insping;import java.time.LocalDate;import java.time.Period;import java.time.format.DateTimeFormatter;import java.time.temporal.ChronoUnit;public class Test1 { public static void ma...
2019-08-07 00:41:15
1410
原创 Java 计算两个日期相差月数 (1)
package insping;import java.time.LocalDate;import java.time.Period;import java.time.format.DateTimeFormatter;public class Test1 { public static void main(String[] args) { //LocalDat...
2019-08-06 23:56:36
946
原创 Java读取csv
package cn.com.conn.csv;import java.io.BufferedReader;import java.io.FileReader;import java.io.IOException;public class GetGymDT { public static void main(String[] args) throws IOException {...
2019-08-04 23:03:01
152
原创 Java Arraylist的sort方法使用
package sort;import java.util.ArrayList;import java.util.Collections;import java.util.Comparator;import java.util.List;public class Sort { public static void main(String[] args) { L...
2019-06-09 20:26:32
5832
原创 bash関数
https://www.runoob.com/linux/linux-shell-passing-arguments.html#!/bin/bashfunWithReturn(){ echo '該当函数は2個数字の足し算...' echo '第一個数字を入力: ' read aNum echo '第二個数字を入力: ' read...
2019-05-13 13:15:56
167
原创 20190215
https://blog.youkuaiyun.com/esuom_gib/article/details/79942273 https://blog.youkuaiyun.com/yuan1013922969/article/details/52367848 https://blog.youkuaiyun.com/esuom_gib/article/details/79943280 https://bbs....
2019-02-15 16:05:16
244
2
原创 20190131Rinへ2
package file; import java.io.File;import java.io.IOException; public class Admin { public static void main(String... args) { String path0 = "D:/aa/bb/cc/"; String path1 = "D:/aa/bb/cc/...
2019-01-31 11:57:51
310
原创 20190131Rinへ
package file; //public class FileCheck{ //} import java.io.File;import java.io.IOException; public class FileCheck{ public static void main(String[] args) { //Fil...
2019-01-31 11:41:21
229
原创 银行卡号算法
<!DOCTYPE html><html><body><h1>我的第一段 JavaScript</h1><p id="demo">JavaScript 能改变 HTML 元素的内容。</p><script>function myFunction(
2018-11-03 18:50:26
1488
1
同一文件夹下的多个excel文件的同一位置的批量修改工具
2020-07-20
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人