锘??xml version="1.0" encoding="utf-8" standalone="yes"?>日韩成人影院,欧美日韩免费不卡视频一区二区三区,深夜福利免费在线观看http://www.aygfsteel.com/gdufo/category/42656.htmlzh-cnTue, 05 Nov 2013 10:46:07 GMTTue, 05 Nov 2013 10:46:07 GMT60閫氳揪OA涓紝鈥滄暟鎹夋嫨鎺т歡鈥濅腑澧炲姞絎笁鏂圭殑鏁版嵁鏉ユ簮http://www.aygfsteel.com/gdufo/archive/2013/10/30/405786.htmlgdufogdufoWed, 30 Oct 2013 03:03:00 GMThttp://www.aygfsteel.com/gdufo/archive/2013/10/30/405786.htmlhttp://www.aygfsteel.com/gdufo/comments/405786.htmlhttp://www.aygfsteel.com/gdufo/archive/2013/10/30/405786.html#Feedback0http://www.aygfsteel.com/gdufo/comments/commentRss/405786.htmlhttp://www.aygfsteel.com/gdufo/services/trackbacks/405786.html
鐜板鍔犵涓夋柟鐨勬暟鎹潵婧愶紝浠ュ寮哄叾鍔熻兘銆?br />
涓銆?a href="file://\\10.110.2.210\d$\MYOA\webroot\general\system\workflow\flow_form\cool_form\data\config.php">MYOA\webroot\general\system\workflow\flow_form\cool_form\data\config.php
鍦–onfig.php 澧炲姞
'TX_USERS' => array("NAME" => "鍚屼韓緋葷粺鐢ㄦ埛" , "CONTENT" => array("EMP_NAME" => "宸ュ彿濮撳悕",
   "DEPT_NAME" => "閮ㄩ棬","ZHIWEI" => "鑱屼綅","ZHIWU" => "鑱屽姟","ZHIJI" => "鑱岀駭"))
浜屻?a href="file://\\10.110.2.210\d$\MYOA\webroot\general\workflow\list\input_form">MYOA\webroot\general\workflow\list\input_form

澧炲姞榪炴帴MSSQL-SERVER鐨勮緭鍑?br />if ($dataSrc == 'TX_USERS') {
if($act=="count")
   $query = "select count(*) from OA_Employee_View where 1=1";
else
   $query = "select top 10 $dataField from OA_Employee_View where 1=1";

if(strstr($dataQuery,"1,"))
{
  $array1 = explode(",",$dataQuery);
  $array2 = explode(",",$dataField);
  $array3 = explode(",",$dataFieldName);

  foreach($array1 as $k => $v)
  {
   if($v==1)
   {
    $name = $array2[$k];
    $value = $$name;
    if($value!="")
       $query .= " and $name like '%$value%'";
   }
  }
}
  $txconn=mssql_connect($MSSQL_TX_SERVER,$MSSQL_TX_USER,$MSSQL_TX_PASS);
  mssql_select_db($MSSQL_TX_DB,$txconn);
  if($act=="count")
  {
  $cursor = mssql_query($query);
 if($ROW=mssql_fetch_array($cursor))
    $COUNT=$ROW[0];
 echo $COUNT;
 exit;
}

$cursor = mssql_query($query);
$COUNT=0;
$dataField_arr = explode(",",$dataField);
$dataFieldName_arr = explode(",",$dataFieldName);
while($ROW=mssql_fetch_array($cursor))
{
  $COUNT++;
   if($COUNT%2==1)
      $TableLine="TableLine1";
   else
      $TableLine="TableLine2"; 
   foreach($dataField_arr as $k=> $v)
   {
     if($v=="") continue;
     if($COUNT==1)
     {
       if($k==0)
          $thead.='<table class="TableList" align="center" width="90%"><tr class="TableHeader">';
       $thead.='<td nowrap align="center">'.$dataFieldName_arr[$k].'</td>';
     }
     if($k==0)
       $tbody.='<tr class="'.$TableLine.'">';
     $tbody.='<td nowrap align="center">'.$ROW[$v].'</td>';
   }
  
   if($COUNT==1) $thead.='<td nowrap align="center">鎿嶄綔</td></tr>';
   $tbody.='<td nowrap align="center"> <a href="#" class="orgAdd" onclick="addData(this)">娣誨姞</a></td></tr>';
}
$tbody.="</table>";
echo $thead.$tbody;



gdufo 2013-10-30 11:03 鍙戣〃璇勮
]]>
閫氳揪OA 鑷姩閫夋嫨浜轟腑 澧炲姞 鏍規嵁琛ㄥ崟瀛楁鐨勭洿灞炰笂鍙?http://www.aygfsteel.com/gdufo/archive/2013/10/30/405785.htmlgdufogdufoWed, 30 Oct 2013 02:53:00 GMThttp://www.aygfsteel.com/gdufo/archive/2013/10/30/405785.htmlhttp://www.aygfsteel.com/gdufo/comments/405785.htmlhttp://www.aygfsteel.com/gdufo/archive/2013/10/30/405785.html#Feedback0http://www.aygfsteel.com/gdufo/comments/commentRss/405785.htmlhttp://www.aygfsteel.com/gdufo/services/trackbacks/405785.html

MYOA\webroot\general\system\workflow\flow_type\flow_design\view_list\edit.php

794琛?br /><option value="11" <? if($AUTO_TYPE=="11")echo "selected";?>>鎸夎〃鍗曞瓧孌甸夋嫨鐨勭洿灞炰笂鍙?lt;/option>


\\10.110.2.210\d$\MYOA\webroot\general\workflow\list\turn\condition.php
765琛屽澧炲姞
  }elseif($AUTO_TYPE==11) //鏍規嵁琛ㄥ崟瀛楁鐨勪富灞炰笂鍙告潵澶勭悊
  {
   if(is_numeric($AUTO_USER))
   {
     $query3 = "SELECT ITEM_DATA from FLOW_RUN_DATA where RUN_ID='$RUN_ID' AND ITEM_ID='$AUTO_USER'";
      $cursor3= exequery($connection,$query3);
      if($ROW=mysql_fetch_array($cursor3))
         $ITEM_DATA = $ROW["ITEM_DATA"];
      $APPLY_USER_ID =  substr($ITEM_DATA,strpos($ITEM_DATA,"_")-1);

       //鏍規嵁鍓嶄竴鑺傜偣鐨勭洿灞炰笂鍙?br />      $query = "select EMP_MANAGECODE from user where user_id ='$APPLY_USER_ID'";
      $cursor= exequery($connection,$query);
      if($ROW=mysql_fetch_array($cursor))
      {
         $USER_ID=$ROW["EMP_MANAGECODE"];

         $query1 = "SELECT * from USER where USER_ID='$USER_ID'";
         $cursor1= exequery($connection,$query1);
         if($ROW=mysql_fetch_array($cursor1))
         {
            $PRCS_NEW_USER_ID=$USER_ID;
            $PRCS_NEW_USER_NAME=$ROW["USER_NAME"];
            $PRCS_NEW_DEPT_ID=$ROW["DEPT_ID"];
            $PRCS_NEW_USER_PRIV=$ROW["USER_PRIV"];
            $PRCS_NEW_USER_PRIV_OTHER=$ROW["USER_PRIV_OTHER"];
         }
      }
      $PRCS_OP_USER=$PRCS_NEW_USER_ID;
      $PRCS_OP_USER_NAME=$PRCS_NEW_USER_NAME;
      $PRCS_USER_AUTO=$PRCS_NEW_USER_ID.",";
      $PRCS_USER_NAME=$PRCS_NEW_USER_NAME.",";

      /*//媯鏌ヨ鍙戣搗浜烘槸鍚︽湁緇忓姙鏉冮檺
      if($PRCS_DEPT=="ALL_DEPT"||find_id($PRCS_USER,$PRCS_NEW_USER_ID)||find_id($PRCS_DEPT,$PRCS_NEW_DEPT_ID)||find_id($PRCS_PRIV,$PRCS_NEW_USER_PRIV)||priv_other($PRCS_PRIV,$PRCS_NEW_USER_PRIV_OTHER))
      {
         $PRCS_OP_USER=$PRCS_NEW_USER_ID;
         $PRCS_OP_USER_NAME=$PRCS_NEW_USER_NAME;
         $PRCS_USER_AUTO=$PRCS_NEW_USER_ID.",";
         $PRCS_USER_NAME=$PRCS_NEW_USER_NAME.",";
      }*/

    }
  }
3.鍦ㄦ祦紼嬪畾涔夊淇濆瓨鐨勫湴鏂逛篃瑕佷慨鏀?br />MYOA\webroot\general\system\workflow\flow_type\flow_design\view_list\update.php
鐨?6淇敼鎴愶細
  if($AUTO_TYPE==7 || $AUTO_TYPE==11)



gdufo 2013-10-30 10:53 鍙戣〃璇勮
]]>
閫氳揪OA 榪炴帴SQL-Server2005http://www.aygfsteel.com/gdufo/archive/2013/03/06/396121.htmlgdufogdufoWed, 06 Mar 2013 03:04:00 GMThttp://www.aygfsteel.com/gdufo/archive/2013/03/06/396121.html  鍙傝?http://www.cnblogs.com/xiaochaohuashengmi/archive/2011/07/29/2121347.html
      http://www.soitway.com/woaibiancheng/19.html
  璁板緱閲嶅惎涓涓媜ffice_anywhere
  鍙?mssql.secure_connection = Off 瑕佽緗負 off
  鍦╰d_config.php(webroot\inc鐩綍涓?澧炲姞鍙橀噺銆?/div>
  //-- OT 鏁版嵁搴撻厤緗?/div>
  $MSSQL_OT_SERVER="192.168.1.1";
  $MSSQL_OT_USER="sa";
  $MSSQL_OT_DB="DBName";
  $MSSQL_OT_PASS="XXXX";

function OpenOTConnection()
{
 global $otconnection,$MSSQL_OT_SERVER,$MSSQL_OT_USER,$MSSQL_OT_DB,$MSSQL_OT_PASS;
 if(!$otconnection)
 {
   if(!function_exists("mssql_pconnect"))
    {
       echo "PHP閰嶇疆鏈夎錛屼笉鑳借皟鐢∕ssql鍑芥暟搴擄紝璇鋒鏌ユ湁鍏抽厤緗?;
       exit;
    }
    $C=@mssql_pconnect($MSSQL_OT_SERVER,$MSSQL_OT_USER,$MSSQL_OT_PASS);
//$C=@mssql_connect($MSSQL_OT_SERVER,$MSSQL_OT_USER,$MSSQL_OT_PASS);
 }
 else
    $C=$otconnection;
 $result=mssql_select_db($MSSQL_OT_DB,$C);
 if(!$result)
 {
    PrintError("鏁版嵁搴?".$MSSQL_OT_DB."涓嶅瓨鍦?);
    //exit;
 }
 return $C;
}
function exemsqlquery($C,$Q)
{
 $cursor = mssql_query($Q,$C);
 if(!$cursor)
 {
    PrintError("<b>SQL璇彞:</b> ".$Q);
    //exit;
 }
 return $cursor;
}



gdufo 2013-03-06 11:04 鍙戣〃璇勮
]]>閫氳揪OA 澧炲姞澶栧彂閭歡鍔熻兘http://www.aygfsteel.com/gdufo/archive/2013/03/06/396119.htmlgdufogdufoWed, 06 Mar 2013 02:53:00 GMThttp://www.aygfsteel.com/gdufo/archive/2013/03/06/396119.html
  鍦╱tility_all.php鐨?90琛屽鍔?/div>
function send_webmail_ext($USER_STR, $CC_STR,$SUBJECT,$CONTENT)
{
  
  global $connection,$LOGIN_USER_ID,$LOGIN_USER_NAME,$RUN_ID;
  $query = "SELECT * from WEBMAIL where USER_ID='admin'";
  $cursor= exequery($connection,$query);
  if($ROW=mysql_fetch_array($cursor))
  {
     $EMAIL=$ROW["EMAIL"];
     $SMTP_SERVER=$ROW["SMTP_SERVER"];
     $LOGIN_TYPE=$ROW["LOGIN_TYPE"];
     $SMTP_PASS=$ROW["SMTP_PASS"];
     $SMTP_PORT=$ROW["SMTP_PORT"];
     $SMTP_SSL=$ROW["SMTP_SSL"]=="1" ? "ssl":"";
     $EMAIL_PASS=$ROW["EMAIL_PASS"];
     $EMAIL_PASS=decrypt_str($EMAIL_PASS,"webmail");
     if($LOGIN_TYPE=="1")
        $SMTP_USER = substr($EMAIL,0,strpos($EMAIL,"@")); // SMTP username
     else
        $SMTP_USER =$EMAIL;
     if($SMTP_PASS=="yes")
        $SMTP_PASS = $EMAIL_PASS; // SMTP password
     else
        $SMTP_PASS = "";
     $USER_ARRAY=explode(",",$USER_STR);
//鎺ユ敹浜?/div>
     $query = "select USER_ID,EMAIL from USER WHERE find_in_set(USER_ID,'$USER_STR')";
echo $query;
     $cursor = exequery($connection,$query);
     while($ROW=mysql_fetch_array($cursor))
     {
       $USER_ID=$ROW["USER_ID"];
       /*if($USER_ID==$LOGIN_USER_ID)
          continue;*/
       $TO_EMAIL=$ROW["EMAIL"];
       /*if($TO_EMAIL=="")
       {
          $query1 = "select EMAIL from WEBMAIL WHERE USER_ID='$USER_ID' limit 1";
          $cursor1 = exequery($connection,$query1);
          if($ROW1=mysql_fetch_array($cursor))
             $TO_EMAIL=$ROW["EMAIL"];
       }
  if($TO_EMAIL != "") */
       $TO_WEBMAIL.=$TO_EMAIL.",";
     }
     //鎶勯?/div>
     $query = "select USER_ID,EMAIL from USER WHERE  (EMAIL IS NOT NULL AND EMAIL<>'') AND find_in_set(USER_ID,'$CC_STR')";
     $cursor = exequery($connection,$query);
     while($ROW=mysql_fetch_array($cursor))
     {
       $USER_ID=$ROW["USER_ID"];
       /*if($USER_ID==$LOGIN_USER_ID)//鏈漢
          continue;*/
       $CC_EMAIL=$ROW["EMAIL"];
       /*if($TO_EMAIL=="")
       {
          $query1 = "select EMAIL from WEBMAIL WHERE USER_ID='$USER_ID' limit 1";
          $cursor1 = exequery($connection,$query1);
          if($ROW1=mysql_fetch_array($cursor))
             $TO_EMAIL=$ROW["EMAIL"];
       }*/
       $CC_WEBMAIL.=$CC_EMAIL.",";
     }
 
     $result=send_mail($EMAIL,$TO_WEBMAIL,$SUBJECT,$CONTENT,$SMTP_SERVER,$SMTP_USER,$SMTP_PASS,true,$LOGIN_USER_NAME,'',$CC_WEBMAIL,'','',true,$SMTP_PORT,$SMTP_SSL);
     if($result===true)
     {
        Message("鎻愮ず","澶栭儴閭歡鍙戦佹垚鍔?);
     }
     else
     {
        Message("澶栭儴閭歡鍙戦佸け璐?,$result);
     }
   }
}


gdufo 2013-03-06 10:53 鍙戣〃璇勮
]]>閫氳揪OA 淇敼鏌ユ壘鍛樺伐鎺т歡鐨勮繑鍥炲肩殑鍐呭http://www.aygfsteel.com/gdufo/archive/2013/03/06/396117.htmlgdufogdufoWed, 06 Mar 2013 02:48:00 GMThttp://www.aygfsteel.com/gdufo/archive/2013/03/06/396117.html--宸ヤ綔嫻佷腑琛ㄥ崟鎺т歡涓繑鍥?#8220;宸ュ彿_濮撳悕”鏍煎紡錛岀洰鍓嶅彧榪斿洖“濮撳悕”銆?/div>
1.鍦?selected.php涓?webroot\module\user_select鐩綍涓?鐨?2琛?USERNAME"淇敼涓?/div>
concat(USER_ID,'_',USER_NAME)USER_NAME
2.鍦?query.php涓?webroot\module\user_select鐩綍涓?41琛岋紝淇敼鍚屼笂
3.鍚岀悊錛屽皢榪欎釜鐩綍涓嬫墍鏈夋煡璇?from USER涓瓧孌電殑 USERNAME淇敼鍚屼笂銆?/div>
4.淇敼榪欓噷浼氶犳垚浠ヤ笅闂錛?/div>
  濡傛灉嫻佺▼璧板悜鏄牴鎹〃鍗曞唴瀹規潵閫夋嫨鐨勶紝姣斿摢"A1974_寰愯繘嫻?錛屽氨涓嶄細鑷姩鍖歸厤浜哄憳 
  瑕佷慨鏀?condition.php 鐨?57琛屽姞鍏ヤ互涓?webroot\general\workflow\list\turn 鐩綍涓? 
   $ITEM_DATA = preg_replace('/([x80-xff])/',"",$ITEM_DATA);//灝嗛潪涓枃鍘繪帀 GBK妯″紡涓?/div>
 $ITEM_DATA = str_replace("_","",$ITEM_DATA);


gdufo 2013-03-06 10:48 鍙戣〃璇勮
]]>閫氳揪OA 澧炲姞瓚呮椂閭歡鑷姩鎻愰啋鍔熻兘http://www.aygfsteel.com/gdufo/archive/2013/03/06/396116.htmlgdufogdufoWed, 06 Mar 2013 02:46:00 GMThttp://www.aygfsteel.com/gdufo/archive/2013/03/06/396116.html--澧炲姞瓚呮椂閭歡鑷姩鎻愰啋鍔熻兘
瑕佹眰錛氬畾鏃跺惎鍔ㄤ換鍔″綋鍙戠敓瓚呮椂灝嗛偖浠跺彂緇欎換鍔″惎鍔ㄨ咃紝浠誨姟涓誨姙鑰?涓誨姙鑰呯洿灞炰笂鍙?閮ㄩ棬璐熻矗浜?,HR鐩稿叧浜哄憳
1.鍦╱ser琛ㄤ腑澧炲姞 EMP_MANAGECODE varchar(20)
2.淇敼user_edit.php(webroot\general\system\user鐩綍涓?錛岀敤浠ュ~鍐欑洿灞炰笂鍙稿伐鍙楓?/div>
  淇敼update.php(webroot\general\system\user鐩綍涓?錛岀敤浠ヤ繚瀛樼洿灞炰笂鍙稿伐鍙楓?nbsp;
3.澧炲姞workflow_timeout_remind.php(webroot\task\鐩綍涓?
4.浠ョ鐞嗗憳榪涘叆“緋葷粺綆$悊”錛屽鍔犲畾鏃朵換鍔¤皟搴︺?/div>

gdufo 2013-03-06 10:46 鍙戣〃璇勮
]]>VSTO outlook瑙嗛鏁欑▼http://www.aygfsteel.com/gdufo/archive/2012/05/04/377393.htmlgdufogdufoFri, 04 May 2012 08:43:00 GMThttp://www.aygfsteel.com/gdufo/archive/2012/05/04/377393.htmlhttp://www.aygfsteel.com/gdufo/comments/377393.htmlhttp://www.aygfsteel.com/gdufo/archive/2012/05/04/377393.html#Feedback0http://www.aygfsteel.com/gdufo/comments/commentRss/377393.htmlhttp://www.aygfsteel.com/gdufo/services/trackbacks/377393.html

VSTO瀹炴垬寮鍙?Outlook add-ins寮鍙?5) 

涓嬭澆璇劇▼ WMV MP4 MP3 PDF 


VSTO瀹炴垬寮鍙?Outlook add-ins寮鍙?4) 
涓嬭澆璇劇▼ WMV MP4 MP3 浠g爜 PDF 


VSTO瀹炴垬寮鍙?Outlook add-ins寮鍙?3) 
涓嬭澆璇劇▼ WMV MP4 MP3 浠g爜 PDF Q&A 


VSTO瀹炴垬寮鍙?Outlook add-ins寮鍙?2) 
涓嬭澆璇劇▼ WMV MP4 MP3 浠g爜 PDF Q&A 


VSTO瀹炴垬寮鍙?Outlook add-ins寮鍙?1) 
涓嬭澆璇劇▼ WMV MP4 MP3 浠g爜 PDF Q&A

鍙傝冭祫鏂?

http://technet.microsoft.com/zh-cn/ms269110.aspx

http://www.c-sharpcorner.com/uploadfile/satisharveti/outlook-add-in-to-read-a-mail/

http://msdn.microsoft.com/zh-cn/library/bb386094.aspx (MSDN)


gdufo 2012-05-04 16:43 鍙戣〃璇勮
]]>InfoPath 涓?鏁版嵁搴撶殑閫氳 http://www.aygfsteel.com/gdufo/archive/2009/11/07/301537.htmlgdufogdufoSat, 07 Nov 2009 04:38:00 GMThttp://www.aygfsteel.com/gdufo/archive/2009/11/07/301537.htmlhttp://www.aygfsteel.com/gdufo/comments/301537.htmlhttp://www.aygfsteel.com/gdufo/archive/2009/11/07/301537.html#Feedback0http://www.aygfsteel.com/gdufo/comments/commentRss/301537.htmlhttp://www.aygfsteel.com/gdufo/services/trackbacks/301537.html闃呰鍏ㄦ枃

gdufo 2009-11-07 12:38 鍙戣〃璇勮
]]>
主站蜘蛛池模板: 嘉义市| 昌宁县| 天祝| 金寨县| 新巴尔虎右旗| 定陶县| 神池县| 安阳市| 甘肃省| 昌平区| 左权县| 怀化市| 马龙县| 横山县| 千阳县| 叙永县| 蒙山县| 长乐市| 绥芬河市| 曲沃县| 嘉黎县| 沾化县| 无锡市| 庄浪县| 乐陵市| 汝阳县| 温泉县| 府谷县| 孙吴县| 长武县| 兴化市| 江永县| 南郑县| 漠河县| 兰考县| 南岸区| 中江县| 资阳市| 阳山县| 广元市| 应城市|