PHP

PHPコード:
<html>
<!–POSTで単一引用符号を渡す –>
<body>
<form action=”first ...

Android

Javaコード:
public class ListScrollView extends ScrollView {
private List list = new ArrayList();
private in ...

Android

サンプルコード:
public class Utility {
public static void setListViewHeightBasedOnChildren(ListView listView) {

Android

AndroidでTextViewを動的に切り替える方法まとめ

例1右方向画像の設定方法
Drawable drawable = getResources().getDrawable(R.drawable.hotel ...

IOS

1.エラーメッセージ
Attempting to badge the application icon but haven’t received permission from the user to badge ...

Linux

1.現在のディレクトリの直下にファイルを検索
find . -name startnews24com_test.txt

2.現在のディレクトリの下にあいまいな条件でファイルを検索
find . -name ...

Python

サンプルコード:
#!/usr/bin/env python
#coding=utf-8
#ChooseSort.py
#user can choose sort style: desc(1) or a ...

Python

参考コード:
#!/usr/bin/env python
# coding=utf-8
# inorderBL.py

import stdinInput

def inorder(arra ...

Python

サンプルコード
#!/usr/bin/env python
#coding=utf-8
#BubbleSort.py
#user can choose sort style: desc(1) or as ...

Python

サンプルコード:
#!/usr/bin/env python
#coding=utf-8
# stdinInput.py

intsortArrays=[]

def stdinInput( ...

shellscript

参考ソースコード

#!/bin/bash

if ; then
echo “inpuT date is:” $1 “,time is:” $2
da ...

shellscript

機能:
20分ごとに3分を増加

1.時間を編集
startnews24.sh
参考コード
echo $(date +”%H:%M” ) >/root/home/ ...

IOS

1.ネットワークをモニター
startMonitoring]

2.参考ソースコード
setReachabilityStatusChangeBlock:^(AFNetworkReachabilityStatu ...

JavaScript

参考コード

<html>
<head>
<script type=”text/javascript”>
function startnew ...

IOS

参考ソースコード:
+ (UIImage *)thumbnailWithImageWithoutScale:(UIImage *)image
size:(CGSize)asize
{
UIImage * ...

IOS

サンプルコード:
#define SYSTEM_VERSION_GREATER_THAN_OR_EQUAL_TO(v) ( systemVersion] compare:v options:NSNumericSearch] ! ...

IOS

参考ソースコード
+ (NSString *)getFilePath

{

NSString *path = stringByAppendingPathComponent:@”photo.p ...

IOS

参考ソースコード
#define HEXCOLOR(c)
;
baseView.backgroundColor = HEXCOLOR(strtoul(,0,16));