Development

PHPコード:
<?
function browse_infor()
{
$browser=””;$browserver=””;
$Brow ...

Development

phpコード:

<?
$mime_types = array(
‘gif’ => ‘image/gif’,
‘jpg̵ ...

Development

phpコード:
<?
header(“Content-type:application/vnd.ms-excel”);
header(“Content-Disposit ...

Development

PHPコード:
//方法1:
<?
//$db->rowsはデータベースのdatetimeカラム値.
$today=time();
$theDay=date(“Y-m-d ...

Development

phpコード:
<?
@extract($_SERVER, EXTR_SKIP);
@extract($_SESSION, EXTR_SKIP);
@extract($_POST, EXTR_SK ...

Development

phpコード:
//現在のURLを取得する
<?
function get_php_url(){
if(!empty($_server)){
$scriptName = $_SERVER; ...

Development

phpコード:
//全角の数字を半角の数字に変わる
<?
function GetAlabNum($fnum){
$nums = array(“0”,”1 ...

Development

phpコード:
//相対パスから絶対パスへ変換
<?
function relative_to_absolute($content, $feed_url) {
preg_match(‘ ...

Development

サンプルコード:
#include <windows.h>
#include <stdio.h>
int make_dir( char * p_path )
{
int ...

Linux

1. rpm -ivh epel-release-6-7.noarch.rpm
# ls
CentOS-Base.repo CentOS-Base.repo.bak CentOS-Debuginfo.repo Cent ...

Linux

cat CentOS-Base.repo
# CentOS-Base.repo
#

JavaScript

書式
関数名.bind(引数)
bind() メソッドは、呼び出された際に this キーワードに指定された値が設定される
新しい関数を生成します。
使用例

<script> func ...

Development

参考コード:
//ファイルのパスを取得
NSString *path = pathForResource:@”user.plist”ofType:@””];
/ ...

Development

PHPコード:
<?php

//二つの画像がロードされた
$im=imagecreatefromjpeg(“liu.jpg”);
$img2=imagecreatefr ...

Windows10

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード

動画:

System

1.ext3grepのインストール
# rpm -qa|grep e2fs
e2fsprogs-devel-1.39-23.el5_5.1
e2fsprogs-libs-1.39-23.el5_5.1

Spring Boot

書式
@RestController
public class クラス名

使用例

@RestControllerpublic class UserController { @GetMapping("/ ...

Software

ダウンロード
提供元サイトからダウンロード
softpediaサイトからダウンロード
cnetサイトからダウンロード

更新内容:

Fixed Rainmeter: Corrected an i ...