PHP

phpコード

<?php
if (isset($_POST)){
$str = trim($_POST);
$str = strip_tags($str);
$str = htmlsp ...

PHP

参考コード:
$Oracle_conn=oci_connect(“toyoUnk”,”!kanu&”,”wyhj”);
$query=&# ...

PHP

1.プロシージャ
create or replace procedure empuserInfo_Get
(v_deptno in ctnuser.deptno%type,v_res out sys_refcursor ...

PHP

サンプルコード:
$Oracle_conn=oci_connect(“toyoU”,”!kanu&”,”handb”);
$query=& ...

PHP

phpコード
<?php
$str = “it skill is interesting . but It change world and life.”;
print_r (ex ...

Java

参考コード1:
String str=”Java base skill string split demo”;
String);
実行結果:
Java
base ...

IOS

1.NSDateの利用方法
NSDate *now = ;
NSLog(@”%@”,now);

//now+20秒
NSDate *now1 = ;
NSLog(@& ...

JavaScript

1.文字列の末尾に指定した文字列を確認
String.prototype.EndsWith = function(str) {
return this.substr(this.length – str.le ...

Software

firewall:
systemctl start firewalld.service#firewallが起動
systemctl stop firewalld.service#firewallが停止
syst ...

shellscript

参考コード:
strCtn=”1,2,3,4,5,a”
echo ${strCtn##*,}
echo ${strCtn#*,}
echo ${strCtn%%,*}
e ...

Java

参考コード:
package com.startnees24.pckd.documentedannotation ;
import java.lang.annotation.Documented ;
@PcDo ...

Linux

$ sudo passwd root
Enter new UNIX password:xxxx
Retype new UNIX password: xxx
passwd: password updated su ...

Linux

方法1
1.iptablesルールを保存
# sudo iptables-save >/etc/iptables.up.rules
2./etc/network/interfacesを修正
sud ...

VB.net

参考コード:
using System;
using System.Runtime.InteropServices;
using System.Text;

namespace DotNet.Util ...

VB.net

書式を指定
Public Shared Function Format (format As String, ParamArray args As Object()) As String
使用例

Module M ...

Java

javaコード:
import java.text.DecimalFormat;
import java.util.Locale;

public class DecimalFdtDemo {

/ ...

Java

参考コード:
//数値変換String->int
public static final int toInt(String ctn)
{
if(ctn.length() ==0){
ctn ...

PHP

phpコード:
<?php

ob_start(“ob_gzhandler”);
ob_start(“compress”);

header(& ...