




版權(quán)說(shuō)明:本文檔由用戶提供并上傳,收益歸屬內(nèi)容提供方,若內(nèi)容存在侵權(quán),請(qǐng)進(jìn)行舉報(bào)或認(rèn)領(lǐng)
文檔簡(jiǎn)介
1、UIPageViewController一個(gè)頁(yè)面包含多個(gè)Controller.UIPickerView的簡(jiǎn)單應(yīng)用 ,UIPickerView實(shí)現(xiàn)省市區(qū)選擇器 ,UITableViewCell 分割線的屬性 cell兩端置頂 縮進(jìn) 顏.UITableView的全部屬性、方法以及代理方法執(zhí)行順序,P./* Disable channel after done conversion */ADCCFG &= (0x80 0xFF);/* Read the result */reading = ADCH;reading |= (int16) (ADCH << 8);reading &
2、gt;>= 8;return (reading);從相冊(cè)或拍照獲得頭像關(guān)于自動(dòng)布局Masonry學(xué)習(xí)小結(jié)文件 sun.c 547B#include "ioCC2530.h"#include "sun.h"#include "config.h"uint16 myApp_ReadLightLevel( void )uint16 reading = 0;/* Enable channel */ADCCFG |= 0x02;/ 歸檔反歸檔類目/紀(jì)錄生活點(diǎn)點(diǎn)滴滴/* writing to this register starts the
3、extra conversion */ADCCON3 = 0x81;/* Wait for the conversion to be done */while (!(ADCCON1 & 0x80);/* Disable channel after done conversion */ADCCFG &= (0x02 0xFF);/* Read the result */reading = ADCH;reading |= (int16) (ADCH << 8);reading >>= 8;return (reading);檢索網(wǎng)頁(yè)中的郵箱 .簡(jiǎn)單的動(dòng)畫(huà)文件
4、config.h 178B#ifndef _CONFIG_H_#define _CONFIG_H_typedef signed short int16;typedef unsigned short uint16;typedef unsigned char uchar;typedef unsigned int uint;代碼 Google Go代碼package mainimport ("io/ioutil""net/http""net/""fmt""encoding/json")/-/ 黃金數(shù)據(jù)
5、調(diào)用示例代碼 聚合數(shù)據(jù)/ 在線接口文檔:www/docs/29/-const APPKEY = "*" /您申請(qǐng)的APPKEYfunc main()/1.上海黃金交易所Request1()/2.上海期貨交易所Request2()/3.銀行賬戶黃金Request3()/1.上海黃金交易所func Request1()/請(qǐng)求地址juhe :="web:8080/finance/gold/shgold"/初始化參數(shù)param:=.Values/配置請(qǐng)求參數(shù),方法內(nèi)部已處理encode問(wèn)題,中文參數(shù)可以直接傳參param.Set("key",
6、APPKEY) /APP Keyparam.Set("v","") /JSON格式版本(0或1)默認(rèn)為0/發(fā)送請(qǐng)求data,err:=Get(juhe,param)if err!=nilfmt.Errorf("請(qǐng)求失敗,錯(cuò)誤信息:rn%v",err)elsevar netReturn mapstringinterfacejson.Unmarshal(data,&netReturn)if netReturn"error_code".(float64)=0fmt.Printf("接口返回result字
7、段是:rn%v",netReturn"result")/2.上海期貨交易所func Request2()/請(qǐng)求地址juhe :="web:8080/finance/gold/shfuture"/初始化參數(shù)param:=.Values/配置請(qǐng)求參數(shù),方法內(nèi)部已處理encode問(wèn)題,中文參數(shù)可以直接傳參param.Set("key",APPKEY) /APP Keyparam.Set("v","") /JSON格式版本(0或1)默認(rèn)為0/發(fā)送請(qǐng)求data,err:=Get(juhe,par
8、am)if err!=nilfmt.Errorf("請(qǐng)求失敗,錯(cuò)誤信息:rn%v",err)elsevar netReturn mapstringinterfacejson.Unmarshal(data,&netReturn)if netReturn"error_code".(float64)=0fmt.Printf("接口返回result字段是:rn%v",netReturn"result")/3.銀行賬戶黃金func Request3()/請(qǐng)求地址juhe :="web:8080/financ
9、e/gold/bankgold"/初始化參數(shù)param:=.Values/配置請(qǐng)求參數(shù),方法內(nèi)部已處理encode問(wèn)題,中文參數(shù)可以直接傳參param.Set("key",APPKEY) /APP Key/發(fā)送請(qǐng)求data,err:=Get(juhe,param)if err!=nilfmt.Errorf("請(qǐng)求失敗,錯(cuò)誤信息:rn%v",err)elsevar netReturn mapstringinterfacejson.Unmarshal(data,&netReturn)if netReturn"error_code&
10、quot;.(float64)=0fmt.Printf("接口返回result字段是:rn%v",netReturn"result")/ get 網(wǎng)絡(luò)請(qǐng)求func Get(api string,params .Values)(rsbyte ,err error)var *.,err=.Parse(api)if err!=nilfmt.Printf("解析錯(cuò)誤:rn%v",err)return nil,err/如果參數(shù)中有中文參數(shù),這個(gè)方法會(huì)進(jìn)行Encode.RawQuery=params.Encode()resp,err:=http.
11、Get(.String()if err!=nilfmt.Println("err:",err)return nil,errdefer resp.Body.Close()return ioutil.ReadAll(resp.Body)/ post 網(wǎng)絡(luò)請(qǐng)求 ,params 是.Values類型func Post(api string, params .Values)(rsbyte,err error)resp,err:=http.PostForm(api, params)if err!=nilreturn nil ,errdefer resp.Body.Close()retu
12、rn ioutil.ReadAll(resp.Body)代碼描述:基于GO的黃金數(shù)據(jù)接口調(diào)用代碼實(shí)例關(guān)聯(lián)數(shù)據(jù):黃金數(shù)據(jù)代碼 C#代碼using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Net;using System.IO;using Xfrog.Net;using System.Diagnostics;using System.Web;/-/ 黃金數(shù)據(jù)調(diào)用示例代碼 聚合數(shù)據(jù)/ 在線接口文檔:www/docs/29/ 代碼中JsonObject類下載地址:/
13、download/gcm3206021155665/7458439/-namespace ConsoleAPIclass Programstatic void Main(string args)string appkey = "*" /配置您申請(qǐng)的appkey/1.上海黃金交易所string 1 = "web:8080/finance/gold/shgold"var parameters1 = new Dictionary<string, string>();parameters1.Add("key", appkey);/
14、你申請(qǐng)的keyparameters1.Add("v" , ""); /JSON格式版本(0或1)默認(rèn)為0string result1 = sendPost(1, parameters1, "get");JsonObject newObj1 = new JsonObject(result1);String errorCode1 = newObj1"error_code".Value;if (errorCode1 = "0")Debug.WriteLine("成功");Debug
15、.WriteLine(newObj1);else/Debug.WriteLine("失敗");Debug.WriteLine(newObj1"error_code".Value+":"+newObj1"reason".Value);/2.上海期貨交易所string 2 = "web:8080/finance/gold/shfuture"var parameters2 = new Dictionary<string, string>();parameters2.Add("ke
16、y", appkey);/你申請(qǐng)的keyparameters2.Add("v" , ""); /JSON格式版本(0或1)默認(rèn)為0string result2 = sendPost(2, parameters2, "get");JsonObject newObj2 = new JsonObject(result2);String errorCode2 = newObj2"error_code".Value;if (errorCode2 = "0")Debug.WriteLine(&qu
17、ot;成功");Debug.WriteLine(newObj2);else/Debug.WriteLine("失敗");Debug.WriteLine(newObj2"error_code".Value+":"+newObj2"reason".Value);/3.銀行賬戶黃金string 3 = "web:8080/finance/gold/bankgold"var parameters3 = new Dictionary<string, string>();paramet
18、ers3.Add("key", appkey);/你申請(qǐng)的keystring result3 = sendPost(3, parameters3, "get");JsonObject newObj3 = new JsonObject(result3);String errorCode3 = newObj3"error_code".Value;if (errorCode3 = "0")Debug.WriteLine("成功");Debug.WriteLine(newObj3);else/Debug
19、.WriteLine("失敗");Debug.WriteLine(newObj3"error_code".Value+":"+newObj3"reason".Value);/ <summary>/ Http (GET/POST)/ </summary>/ <param name="">請(qǐng)求</param>/ <param name="parameters">請(qǐng)求參數(shù)</param>/ <param
20、name="method">請(qǐng)求方法</param>/ <returns>響應(yīng)內(nèi)容</returns>static string sendPost(string , IDictionary<string, string> parameters, string method)if (method.ToLower() = "post")HttpWebRequest req = null;HttpWebResponse rsp = null;System.IO.Stream reqStream = null
21、;tryreq = (HttpWebRequest)WebRequest.Create();req.Method = method;req.KeepAlive = false;req.ProtocolVersion = HttpVersion.Version10;req.Timeout = 5000;req.ContentType = "application/x-www-form-encoded;charset=utf-8"byte postData = Encoding.UTF8.GetBytes(BuildQuery(parameters, "utf8&qu
22、ot;);reqStream = req.GetRequestStream();reqStream.Write(postData, 0, postData.Length);rsp = (HttpWebResponse)req.GetResponse();Encoding encoding = Encoding.GetEncoding(rsp.CharacterSet);return GetResponseAsString(rsp, encoding);catch (Exception ex)return ex.Message;finallyif (reqStream != null) reqS
23、tream.Close();if (rsp != null) rsp.Close();else/創(chuàng)建請(qǐng)求HttpWebRequest request = (HttpWebRequest)WebRequest.Create( + "?" + BuildQuery(parameters, "utf8");/GET請(qǐng)求request.Method = "GET"request.ReadWriteTimeout = 5000;request.ContentType = "text/html;charset=UTF-8"Ht
24、tpWebResponse response = (HttpWebResponse)request.GetResponse();Stream myResponseStream = response.GetResponseStream();StreamReader myStreamReader = new StreamReader(myResponseStream, Encoding.GetEncoding("utf-8");/返回內(nèi)容string retString = myStreamReader.ReadToEnd();return retString;/ <su
25、mmary>/ 組裝普通文本請(qǐng)求參數(shù)。/ </summary>/ <param name="parameters">Key-Value形式請(qǐng)求參數(shù)字典</param>/ <returns>編碼后的請(qǐng)求數(shù)據(jù)</returns>static string BuildQuery(IDictionary<string, string> parameters, string encode)StringBuilder postData = new StringBuilder();bool hasParam =
26、 false;IEnumerator<KeyValuePair<string, string>> dem = parameters.GetEnumerator();while (dem.MoveNext()string name = dem.Current.Key;string value = dem.Current.Value;/ 忽略參數(shù)名或參數(shù)值為空的參數(shù)if (!string.IsNullOrEmpty(name)/&& !string.IsNullOrEmpty(value)if (hasParam)postData.Append("
27、&");postData.Append(name);postData.Append("=");if (encode = "gb2312")postData.Append(HttpUtility.Encode(value, Encoding.GetEncoding("gb2312");else if (encode = "utf8")postData.Append(HttpUtility.Encode(value, Encoding.UTF8);elsepostData.Append(value);
28、hasParam = true;return postData.ToString();/ <summary>/ 把響應(yīng)流轉(zhuǎn)換為文本。/ </summary>/ <param name="rsp">響應(yīng)流對(duì)象</param>/ <param name="encoding">編碼方式</param>/ <returns>響應(yīng)文本</returns>static string GetResponseAsString(HttpWebResponse rsp, Enco
29、ding encoding)System.IO.Stream stream = null;StreamReader reader = null;try/ 以字符流的方式讀取HTTP響應(yīng)stream = rsp.GetResponseStream();reader = new StreamReader(stream, encoding);return reader.ReadToEnd();finally/ 釋放資源if (reader != null) reader.Close();if (stream != null) stream.Close();if (rsp != null) rsp.C
30、lose();代碼 PHP代碼/* c遠(yuǎn)程傳輸工具*/public function post_c($,$body,$header,$type='POST')$ch = c_init();c_setopt($ch,COPT_,$);c_setopt($ch,COPT_HEADER,0);/0只要正文c_setopt($ch,COPT_TIMEOUT,5);/設(shè)置超時(shí)時(shí)間c_setopt($ch,COPT_CONNECTTIMEOUT,5);/將c_exec()獲取的信息以文件流的形式返回,而不是直接輸出。c_setopt($ch,COPT_RETURNTRANSFER,1);/
31、增加header頭信息/ array_push($header,'Accept:application/json');/ array_push($header,'Content-Type:application/json');/ array_push($header,'http:multipart/form-data');if(count($body)>0)c_setopt($ch,COPT_POSTFIELDS,$body);if(count($header)>0)c_setopt($ch,COPT_HTTPHEADER,$head
32、er);/設(shè)置上傳文件相關(guān)c_setopt($ch,COPT_FOLLOWLOCATION,true);c_setopt($ch,COPT_MAXREDIRS,3);/遞歸c_setopt($ch,COPT_SSL_VERIFYPEER,false);/ 對(duì)認(rèn)證證書(shū)來(lái)源的檢查c_setopt($ch,COPT_SSL_VERIFYHOST,0);/ 從證書(shū)中檢查SSL加密算法switch ($type) case 'GET':c_setopt($ch,COPT_HTTPGET,1);break;case 'POST':c_setopt($ch,COPT_POST
33、,1);break;case 'PUT':c_setopt($ch,COPT_CUSTOMREQUEST,'PUT');break;case 'DELETE':c_setopt($ch,COPT_CUSTOMREQUEST,'DELETE');break;/上傳文件相關(guān)設(shè)置c_setopt($ch,COPT_ENCODING,'gzip');c_setopt($ch,COPT_USERAGENT,'SSTS Browser/1.0');c_setopt($ch,COPT_USERAGENT,'
34、;Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 6.0; Trident/4.0)');/ 模擬用戶使用的瀏覽器if(c_errno($ch)return c_error($ch);$content = c_exec($ch);c_close($ch);/關(guān)閉c資源,并且釋放系統(tǒng)資源$result = json_decode($content,true);if(!empty($result)return $result;elsereturn $content;代碼 C/C+代碼/*編譯指令$ /opt/sybase/OCS-16_0/bin
35、/cpre64 -m teststu.cp$ cc -m64 -g -DSYB_LP64 -I. -I/opt/sybase/OCS-16_0/include teststu.c /opt/sybase/OCS-16_0/include/sybesql.c -L/opt/sybase/OCS-16_0/lib -lsybct64 -lsybtcl64 -lsybcs64 -lsybcomn64 -lsybintl64 -lsybunic64 -rdynamic -ldl -lnsl -lm -o teststu*/#include <stdio.h>/*建立通訊區(qū)域*/EXEC S
36、QL INCLUDE SQLCA;/* These tokens must be declared in a declare section* because they are used in declare sections below.*/EXEC SQL BEGIN DECLARE SECTION;#define TYPESIZE 13#define TIDSIZE 6EXEC SQL END DECLARE SECTION;#define EOLN '0'/* Forward declarations of the error and message handlers
37、and* other subroutines called from main().*/void error_handler();void warning_handler();intmain(int argc, char *argv)/*聲明宿主變量*/EXEC SQL BEGIN DECLARE SECTION;/* storage for login name and password. */char username30;char sname30;char password30;char server30;EXEC SQL END DECLARE SECTION;/*錯(cuò)誤處理*/EXEC
38、 SQL WHENEVER SQLERROR CALL error_handler();EXEC SQL WHENEVER SQLWARNING CALL warning_handler();EXEC SQL WHENEVER NOT FOUND CONTINUE;/*連接到 SQL SERVER 服務(wù)器*/* Copy the user name and password defined in sybsqlex.h to* the variables declared for them in the declare section.*/strcpy(username, "mymot
39、if");strcpy(password, "wxwpxh");strcpy(server, "MYMOTIFVOSTRO145480");EXEC SQL CONNECT :username IDENTIFIED BY :password using :server;EXEC SQL USE testdb;EXEC SQL DECLARE c1 CURSOR FORSELECT SNAME FROM STUDENT;EXEC SQL OPEN c1;printf("name in table studentn");do E
40、XEC SQL FETCH c1 INTO :sname;if (sqlca.sqlcode != 0) break;printf( "student name = %sn", sname ); while ( 1 );EXEC SQL CLOSE c1;return(0);/*錯(cuò)誤處理程序*/* void error_handler()* Displays error codes and numbers from the SQLCA and exits with* an ERREXIT status.*/voiderror_handler(void)fprintf(std
41、err, "n* SQLCODE=(%ld)", sqlca.sqlcode);if (sqlca.sqlerrm.sqlerrml)fprintf(stderr, "n* ASE Error ");fprintf(stderr, "n* %s", sqlca.sqlerrm.sqlerrmc);fprintf(stderr, "nn");exit(-1);/* void warning_handler()* Displays warning messages.*/voidwarning_handler(void)
42、if (sqlca.sqlwarn1 = 'W')fprintf(stderr,"n* Data truncated.n");if (sqlca.sqlwarn3 = 'W')fprintf(stderr,"n* Insufficient host variables to store results.n");return;代碼 Log4j配置<!- 日志jar -><dependency><groupId>org.slf4j</groupId><artifactId&
43、gt;slf4j-log4j12</artifactId></dependency>導(dǎo)入這個(gè)包,會(huì)引入下面兩個(gè)jar<!-spring 的基本jar包 -><dependency><groupId>org.springframework</groupId><artifactId>spring-context-support</artifactId></dependency><!- commons-login是必須的,而且沒(méi)有依賴,是獨(dú)立的包 -><dependency&
44、gt;<groupId>commons-logging</groupId><artifactId>commons-logging-api</artifactId><version>1.1</version></dependency><dependency><!- transactionManager實(shí)務(wù)管理的時(shí)候,需要這個(gè)jar包 -><groupId>org.springframework</groupId><artifactId>spring-or
45、m</artifactId></dependency><dependency> <!-當(dāng)spring-config.xml文件中配置<aop:aspect >需要加入此包 -><groupId>org.aspectj</groupId><artifactId>aspectjweaver</artifactId></dependency><dependency><groupId>org.springframework</groupId><
46、;artifactId>spring-webmvc</artifactId></dependency>文件 無(wú)縫滾動(dòng).html 1KB<!DOCTYPE html><html><head><meta charset="utf-8"><title></title><style type="text/css">*margin: 0;padding: 0;#wrap ul liwidth: 380px;height: 230px;float: le
47、ft;list-style: none;#wrap ulposition: absolute;left: 0;top: 0;#wrapwidth: 1520px;height: 230px;margin: 100px 50px;position: relative;background: red;overflow: hidden;</style><script type="text/javascript">window.onload=function()var oDiv=document.getElementById('wrap');
48、var oUl=oDiv.getElementsByTagName('ul')0;var oLi=oUl.getElementsByTagName('li');oUl.innerHTML=oUl.innerHTML+oUl.innerHTML;oUl.style.width=oLi0.offsetWidth*oLi.length+'px'setInterval(function()if(oUl.offsetLeft<-oUl.offsetWidth/2)oUl.style.left='0'oUl.style.left=oUl
49、.offsetLeft-2+'px',30)</script></head><body><div id="wrap"><ul><li><img src="img/tour1.jpg"/></li><li><img src="img/tour2.jpg"/></li><li><img src="img/tour3.jpg"/></li>
50、<li><img src="img/tour4.jpg"/></li></ul></div></body></html>代碼 獲取的參數(shù)/獲取的參數(shù)function getParam(paramKey)/獲取當(dāng)前var = location.href;/獲取要取得的get參數(shù)位置var get = .indexOf(paramKey +"=");if(get = -1)return false;/截取字符串var getParamStr = .slice(paramKey
51、.length + get + 1);/判斷截取后的字符串是否還有其他get參數(shù)var nextparam = getParamStr.indexOf("&");if(nextparam != -1)getParamStr = getParamStr.slice(0, nextparam);return decodeURIComponent(getParamStr);代碼 添加參數(shù)/添加參數(shù)function addParam(,paramKey,paramVal)var andStr = "?"var beforeparam = .indexOf
52、("?");if(beforeparam != -1)andStr = "&"return + andStr + paramKey + "="+ encodeURIComponent(paramVal);代碼 刪除參數(shù)/刪除參數(shù)function delParam(,paramKey)var Param = .substr(.indexOf("?")+1);var before = .substr(0,.indexOf("?");var next = ""var arr
53、 = new Array();if(Param!="")var ParamArr = Param.split("&");for(var i=0;i<ParamArr.length;i+)var paramArr = ParamArri.split("=");if(paramArr0!=paramKey)arr.push(ParamArri);if(arr.length>0)next = "?"+arr.join("&"); = before+next;return ;
54、代碼 C#代碼#region 防止sql注入式攻擊(可用于UI層控制)/ 判斷字符串中是否有SQL攻擊代碼/ 傳入用戶提交數(shù)據(jù)/ true-安全;false-有注入攻擊現(xiàn)有;public bool ProcessSqlStr(string inputString)string SqlStr = "and|or|exec|execute|insert|select|delete|update|alter|create|drop|count|*|chr|char|asc|mid|substring|master|truncate|declare|xp_cmdshell|restore|b
55、ackup|net +user|net +localgroup +administrators"tryif (inputString != null) && (inputString != String.Empty)string str_Regex = "b(" + SqlStr + ")b"Regex Regex = new Regex(str_Regex, RegexOptions.IgnoreCase);/string s = Regex.Match(inputString).Value;if (true = Regex.
56、IsMatch(inputString)return false;catchreturn false;return true;/ 處理用戶提交的請(qǐng)求,校驗(yàn)sql注入式攻擊,在頁(yè)面裝置時(shí)候運(yùn)行/ System.Configuration.ConfigurationSettings.AppSettings"ErrorPage".ToString(); 為用戶自定義錯(cuò)誤頁(yè)面提示地址,/ 在Web.Config文件時(shí)里面添加一個(gè) ErrorPage 即可/public void ProcessRequest()trystring getkeys = ""stri
57、ng sqlErrorPage = System.Configuration.ConfigurationSettings.AppSettings"ErrorPage".ToString();if (System.Web.HttpContext.Current.Request.QueryString != null)for (int i = 0; i < System.Web.HttpContext.Current.Request.QueryString.Count; i+)getkeys = System.Web.HttpContext.Current.Request
58、.QueryString.Keysi;if (!ProcessSqlStr(System.Web.HttpContext.Current.Request.QueryStringgetkeys)System.Web.HttpContext.Current.Response.Redirect(sqlErrorPage + "?errmsg=" + getkeys + "有SQL攻擊嫌疑!");System.Web.HttpContext.Current.Response.End();if (System.Web.HttpContext.Current.Req
59、uest.Form != null)for (int i = 0; i < System.Web.HttpContext.Current.Request.Form.Count; i+)getkeys = System.Web.HttpContext.Current.Request.Form.Keysi;if (!ProcessSqlStr(System.Web.HttpContext.Current.Request.Formgetkeys)System.Web.HttpContext.Current.Response.Redirect(sqlErrorPage + "?errmsg=" + g
溫馨提示
- 1. 本站所有資源如無(wú)特殊說(shuō)明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請(qǐng)下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請(qǐng)聯(lián)系上傳者。文件的所有權(quán)益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網(wǎng)頁(yè)內(nèi)容里面會(huì)有圖紙預(yù)覽,若沒(méi)有圖紙預(yù)覽就沒(méi)有圖紙。
- 4. 未經(jīng)權(quán)益所有人同意不得將文件中的內(nèi)容挪作商業(yè)或盈利用途。
- 5. 人人文庫(kù)網(wǎng)僅提供信息存儲(chǔ)空間,僅對(duì)用戶上傳內(nèi)容的表現(xiàn)方式做保護(hù)處理,對(duì)用戶上傳分享的文檔內(nèi)容本身不做任何修改或編輯,并不能對(duì)任何下載內(nèi)容負(fù)責(zé)。
- 6. 下載文件中如有侵權(quán)或不適當(dāng)內(nèi)容,請(qǐng)與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準(zhǔn)確性、安全性和完整性, 同時(shí)也不承擔(dān)用戶因使用這些下載資源對(duì)自己和他人造成任何形式的傷害或損失。
最新文檔
- 2025年中國(guó)機(jī)油集濾器總成數(shù)據(jù)監(jiān)測(cè)研究報(bào)告
- 2025年中國(guó)機(jī)床油市場(chǎng)調(diào)查研究報(bào)告
- 2025年中國(guó)木制毛衣針市場(chǎng)調(diào)查研究報(bào)告
- 2025年中國(guó)智能多層以太網(wǎng)交換機(jī)市場(chǎng)調(diào)查研究報(bào)告
- 2025年中國(guó)無(wú)紡布醫(yī)用膠帶市場(chǎng)調(diào)查研究報(bào)告
- 2025年中國(guó)無(wú)塵氧化銻市場(chǎng)調(diào)查研究報(bào)告
- 2025年中國(guó)新牙痛安市場(chǎng)調(diào)查研究報(bào)告
- 2025年中國(guó)數(shù)字腦電圖儀市場(chǎng)調(diào)查研究報(bào)告
- 2025-2030年中國(guó)乳膠醫(yī)用手套行業(yè)發(fā)展調(diào)查與市場(chǎng)盈利預(yù)測(cè)研究報(bào)告
- 2025-2030年中國(guó)三氯氫硅產(chǎn)業(yè)專項(xiàng)調(diào)研及投資需求預(yù)測(cè)研究報(bào)告
- 電商倉(cāng)儲(chǔ)外包合同協(xié)議
- 近三年小升初試卷及答案
- 美容學(xué)徒聘請(qǐng)協(xié)議書(shū)
- 江蘇連云港市金灌投資發(fā)展集團(tuán)有限公司、灌南城市發(fā)展集團(tuán)有限公司等招聘筆試題庫(kù)2025
- 四川宜賓環(huán)球集團(tuán)有限公司招聘筆試真題2024
- 精神科護(hù)理目標(biāo)管理
- 矩陣運(yùn)算的新視角
- 人教版小學(xué)數(shù)學(xué)二年級(jí)下冊(cè)期中綜合素養(yǎng)測(cè)評(píng)A卷(1-5單元)(含答案)
- 腸外營(yíng)養(yǎng)中電解質(zhì)補(bǔ)充中國(guó)專家共識(shí)(2024版)解讀
- 第六單元 有余數(shù)的除法測(cè)試卷(含答案)2024-2025學(xué)年二年級(jí)數(shù)學(xué)下冊(cè)人教版
- 2024年福建泉州文旅集團(tuán)招聘考試真題
評(píng)論
0/150
提交評(píng)論