2009年11月17日未分类

没有评论

test code

void main(void)
{
	cout << "Hello world!" << endl;
}
$test = "Hello world";
2009年11月15日未分类

没有评论

test

   1:  void Main()
   2:  {
   3:       print("Hello world");
   4:  }

file1 link file1
file2 link file2

 

 

 

  1: switch ($_GET['state'])
  2: {
  3: case 'sync':
  4: if (!function_exists('add_action')) {
  5: 	$wp_root = '../../..';
  6: 	if (file_exists($wp_root.'/wp-load.php')) {
  7: 		require_once($wp_root.'/wp-load.php');
  8: 	} else {
  9: 		require_once($wp_root.'/wp-config.php');
 10: 	}
 11: }
 12: global $wpdb;
 13: $table_name = $wpdb->prefix . 'postmeta';
 14: $sql = $wpdb->query("SELECT meta_id FROM '".$table_name."' WHERE meta_key = '_wp_attached_file'");
 15: $rows = mysql_num_rows($sql);
 16: echo $rows;
  1: .ui-dialog {
  2: 	/*resets*/margin: 0; padding: 0; border: 0; outline: 0; line-height: 1.3; text-decoration: none; font-size: 100%; list-style: none;
  3: 	font-family: ;
  4: 	font-size: px;
  5: 	background: #ffffff;
  6: 	color: #333333;
  7: 	border: 4px solid #AAAAAA;
  8: 	position: relative;
  9: }
 10: .ui-resizable-handle {
 11: 	position: absolute;
 12: 	font-size: 0.1px;
 13: 	z-index: 99999;
 14: }
 15: .ui-resizable .ui-resizable-handle {
 16: 	display: block;
 17: }
 18: body .ui-resizable-disabled .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
 19: body .ui-resizable-autohide .ui-resizable-handle { display: none; } /* use 'body' to make it more specific (css order) */
 20: .ui-resizable-n {
 21: 	cursor: n-resize;
 22: 	height: 7px;
 23: 	width: 100%;
 24: 	top: -5px;
 25: 	left: 0px;
 26: }

测试bb2qzone插件

忙了一个下午, 终于完成了一个能用的最简版本了^_^

将就着用用吧smile

SCI、EI、ISTP、ISR简介

   SCI、EI、ISTP、ISR是世界四大重要检索系统,其收录论文的状况是评价国家、单位和科研人员的成绩、水平以及进行奖励的重要依据之一。我国被四大系统收录的论文数量逐年增长。 继续阅读 »

返回顶部