\n';
// longdo login
longdo_account = new LongdoAccount();
longdo_account.initLongdoLogin();
$('a.logout-a').on('click', longdoLogout);
}
function getElementsByClassName(oElm, strTagName, strClassName){
var arrElements = (strTagName == "*" && document.all)? document.all : oElm.getElementsByTagName(strTagName);
var arrReturnElements = new Array();
strClassName = strClassName.replace(/\-/g, "\\-");
var oRegExp = new RegExp("(^|\\s)" + strClassName + "(\\s|$)");
var oElement;
for(var i=0; i');
$("#search").show();
$("#search").val(search_value);
setRandomSearchBoxName();
} else {
$(".for-popthai").show();
$("#logo-ads").addClass('popthai-mode');
$("#longdo-latest, #contents-showup").hide();
// $("#contents-showup").next().hide();
$("#contents-showup-popthai").show();
$('input.translate-type:checked').val('popthai');
$('#textboxPlaceholder').html('');
$("#search").text(search_value);
setRandomSearchBoxName();
if(obj === undefined) {
checkLan(search_value, $(".translate-language").val() == "Auto");
}
}
$("#search").focus();
return true;
}
function doSubmit(obj) {
var form_obj = obj ? obj.form : document.getElementById("dict");
$(form_obj).attr("method", 'post');
var search_value = $("#search").val();
$("#search").attr('name', "search");
$("#search").hide();
$(".for-popthai").hide();
$(".read-bt, .read-bt-accent").removeClass('translate');
var inpType = $('input.translate-type:checked').val();
if (inpType == 'translate') {
$("#longdo-latest, #contents-showup").show();
$("#contents-showup-popthai").hide();
$("#logo-ads").removeClass('popthai-mode');
$("#search").show();
$(".read-bt, .read-bt-accent").addClass('translate');
if(search_value != "" && !obj) {
window.location = "/search/" + escape(encodeURIComponent(search_value.replace(/\n\r?/g, ' ')));
return false;
} else {
$('#textboxPlaceholder').html(' ');
setRandomSearchBoxName();
}
} else {
$(".for-popthai").show();
$("#logo-ads").addClass('popthai-mode');
$("#longdo-latest, #contents-showup").hide();
$("#contents-showup-popthai").show();
var searchinput = $('#search');
value = search_value;
$('#textboxPlaceholder').html('');
setRandomSearchBoxName();
searchinput = document.getElementById('search');
searchinput.value = value;
searchinput.focus();
searchinput.select();
if(obj === undefined) {
checkLan(search_value, $(".translate-language").val() == "Auto");
}
}
$("#search").focus();
return true;
}
function checkLan(search_value, isChange) {
var langSelect = $(".translate-language");
if(isChange) {
if(/[-ヿ]/g.test(search_value)) {
langSelect.val('JP');
} else if(/[\u3400-\u9FBF]/g.test(search_value)) {
langSelect.val('ZH');
}
$(".is-auto-language").val('true');
} else {
$(".is-auto-language").val('false');
}
$(".search-bt").prop('disabled', true);
}
function isUrl(url) {
var pattern = /^(https?:\/\/)?((([a-z\d]([a-z\d-]*[a-z\d])*)\.)+[a-z]{2,}|((\d{1,3}\.){3}\d{1,3}))(\:\d+)?(\/[-a-z\d%_.~+]*)*(\?[;&a-z\d%_.~+=-]*)?(\#[-a-z\d_]*)?$/i
if(!pattern.test(url)) {
return false;
} else {
return true;
}
};
// logout
function longdoLogout() {
if(longdo_account) {
longdo_account.clearUserSession();
window.location.reload()
}
}
// -->
มีผลลัพธ์ที่ไม่แสดงผลอยู่
instruction (อินสทรัค'เชิน) n. การสั่งสอน, การแนะนำ, การชี้แนะ, การศึกษา, คำสั่ง, คำสอน instruction registerเรจิสเตอร์คำสั่งเครื่องหน่วยความจำที่อยู่ในหน่วยประมวลผลกลาง (CPU) ที่ใช้เก็บชุดคำสั่งที่ไปนำมาเพื่อใช้กระทำการ (execute) instruction timeเวลาทำคำสั่งเครื่องหมายถึงช่วงเวลาที่เครื่องคอมพิวเตอร์ปฏิบัติตามคำสั่ง ตั้งแต่เริ่มต้นจนกระทั่งดำเนินการแล้วเสร็จ หรือได้รับคำตอบที่ต้องการจากชุดคำสั่งหนึ่ง ๆ โดยปกติ การทำงานของคอมพิวเตอร์จะแบ่งเป็น 2 ช่วง คือ1. ช่วงการแปล (compilation time) 2. ช่วงการกระทำการ (execution time) มีความหมายเหมือน execution time branch instruction คำสั่งแยก (ทาง) หมายถึง การสั่งให้แยกไปทำงาน ณ จุดใดจุดหนึ่งตามคำสั่งในโปรแกรมหรือ ชุดคำสั่ง เช่น คำสั่ง GOTO หรือคำสั่งให้ CALL โปรแกรมย่อย (subroutine) halt instruction คำสั่งให้หยุดเป็นคำสั่งในโปรแกรมที่ทำให้เครื่องคอมพิวเตอร์หยุดปฏิบัติการชั่วคราว และให้รอจนกว่าจะมีคำสั่งให้ไปทำการอย่างใดอย่างหนึ่ง เช่น สั่งให้ไปหยิบม้วนเทปมาใส่ หรือเปลี่ยนจานบันทึกแผ่นที่ต้องการ มีความหมายเหมือน pause instruction kilo instruction s per sec พันคำสั่งต่อวินาทีใช้ตัวย่อว่า KIPS เป็นหน่วยวัดความเร็วในการทำงานของหน่วยประมวลผลกลาง (CPU) โดยวัดเป็นจำนวนคำสั่ง (หน่วยเป็นพัน) ซึ่งคอมพิวเตอร์สามารถกระทำการ (execute) ได้ใน 1 วินาที เช่น คอมพิวเตอร์เครื่องนี้ทำงานได้ 50 กิปส์ หมายความว่า ทำงานได้เร็วห้าหมื่นคำสั่งในหนึ่งวินาที ปัจจุบัน นิยมใช้หน่วยวัดเป็นมิปส์หรือ MIPS (ล้านคำสั่งต่อวินาที) เพราะคอมพิวเตอร์ทำงานได้เร็วขึ้นมาก million instruction s per ล้านคำสั่งต่อวินาทีใช้ตัวย่อว่า MIPS เป็นหน่วยวัดความเร็วของการทำงานตามโปรแกรมใดโปรแกรมหนึ่งของตัวประมวลผลหรือของคอมพิวเตอร์แต่ละยี่ห้อว่า สามารถประมวลผลได้กี่ล้านคำสั่งต่อวินาที ยิ่งมาก แสดงว่ายิ่งทำงานได้เร็ว privileged instruction คำสั่งเอกสิทธิ์หมายถึง คำสั่งภาษาเครื่อง (machine language) ซึ่งจำกัดโปรแกรมต่าง ๆ ไม่ให้ทำงานผิดแนวทาง โดยปกติ คำสั่งเอกสิทธิ์จะประกอบด้วย คำสั่งข้อจำกัดการใช้ เกี่ยวกับการปฏิบัติงานของหน่วยรับข้อมูลเข้า หน่วยแสดงผล การป้องกันหน่วยความจำ การหยุดชะงักการทำงานของเครื่อง และปฏิบัติการเกี่ยวกับการควบคุม และการกำหนดเวลา คำสั่งนี้ผู้ใช้เครื่องธรรมดาไม่มีสิทธิใช้ และจะทำงานได้เฉพาะเมื่ออยู่ในภาวะการใช้ระบบปฏิบัติการ (operating system mode) pseudo instruction คำสั่งเทียมคำสั่งลำลองหมายถึง คำสั่งในภาษาแอสเซมบลี (assembly) ที่บอกข้อมูลให้แอสเซมเบลอร์ว่า จะแปลเป็นภาษาเครื่องอย่างไร คำสั่งเทียมนี้จะไม่แปลเป็นภาษาเครื่องก่อน แต่จะกำหนดให้แอสเซมเบลอร์แปลโปรแกรมโดยตรง ตัวอย่างของคำสั่งเทียมที่ใช้มาก เช่น END เป็นสัญญาณให้รู้ว่า สิ้นสุดคำสั่งที่จะต้องแปลแล้ว reduced instruction set c คอมพิวเตอร์ลดทอนคำสั่งใช้ตัวย่อว่า RISC อ่านว่า ริสก์ เป็นคอมพิวเตอร์ระบบหนึ่งซึ่งปฏิบัติการได้เร็วมาก ๆ เพราะกำหนดให้ไมโครโพรเซสเซอร์ (microprocessor) แต่ละตัวทำงานจำกัดเฉพาะบางอย่าง
instruction การสอน [ประชากรศาสตร์ ๔ ก.พ. ๒๕๔๕] instruction คำสั่ง [นิติศาสตร์ ๑๑ มี.ค. ๒๕๔๕] instruction ๑. คำสั่ง [ มีความหมายเหมือนกับ program instruction ]๒. คำสั่งเครื่อง [ มีความหมายเหมือนกับ machine instruction ] [เทคโนโลยีสารสนเทศ ๑๑ มี.ค. ๒๕๔๕] instruction ๑. คำสั่ง [ มีความหมายเหมือนกับ program instruction ]๒. คำสั่งเครื่อง [ มีความหมายเหมือนกับ machine instruction ] [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔] instruction ๑. คำสั่ง, การสั่ง๒. การสั่งสอน [รัฐศาสตร์ ๑๗ ส.ค. ๒๕๔๔] instruction addressเลขที่อยู่คำสั่งเครื่อง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔] instruction counter; program counterตัวนับระบุตำแหน่งคำสั่ง [ มีความหมายเหมือนกับ sequence control register ] [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔] instruction cycleรอบคำสั่งเครื่อง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔] instruction registerเรจิสเตอร์คำสั่งเครื่อง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔] instruction setชุดของคำสั่งเครื่อง [คอมพิวเตอร์ ๑๙ มิ.ย. ๒๕๔๔]
งานสอน (n) teaching task, See also: instructional job/work , Syn. งานสอนหนังสือ , Example: เมื่อถึงวันหยุดหรือว่างจากงานสอนอาจารย์มักเข้าห้องสมุดเพื่อหาความรู้เพิ่มเติม วิธีใช้ (n) instruction , See also: direction , Syn. วิธีการใช้ , Example: ผู้บริโภคควรศึกษาวิธีใช้ที่ข้างกล่องก่อนนำเครื่องมือมาใช้, Count Unit: วิธี สื่อการเรียนการสอน (n) instruction al media, Example: เกมส์เป็นสื่อการเรียนการสอนที่ทำให้นักเรียนรู้สึกสนุกกับการเรียน, Count Unit: ชนิด, ประเภท, Thai Definition: อุปกรณ์ที่ใช้ในการเรียนการสอน โปรแกรม (n) program, See also: instruction , Syn. รายการ , Example: ไม่รู้ว่าโปรแกรมหนังเดือนนี้มีอะไรน่าสนใจบ้าง โปรแกรม (n) program, See also: instruction , Syn. ชุดคำสั่ง , Example: โปรแกรมคอมพิวเตอร์ใหม่ๆ ในปัจจุบันมีประสิทธิภาพดีขึ้นกว่าเก่ามาก, Count Unit: โปรแกรม, ชุด, Thai Definition: ชุดคำสั่งที่กำหนดระบบการทำงานของเครื่องคอมพิวเตอร์ ชุดคำสั่ง (n) instruction set, Example: มาโครสามารถวิ่งไปสู่ตอนท้ายสุดของชุดคำสั่งเหล่านี้ และวิ่งกลับไปสู่ตอนต้นของชุดคำสั่งอีกครั้ง, Count Unit: ชุด, Thai Definition: ชุดของคำสั่งเครื่อง (ทางด้านโปรแกรมคอมพิวเตอร์) อนุศาสน์ (n) instruction , See also: teaching , direction , precept , Syn. การสอน , Notes: (สันสกฤต) สื่อการสอน (n) instruction media
การศึกษา [kānseuksā] (n) EN: education FR: éducation [ f ] ; formation [ f ] ; enseignement [ m ] ; études [ fpl ] ; instruction [ f ] คำแนะนำการใช้ [khamnaenam kān chai] (n, exp) EN: instruction s คำสั่ง [khamsang] (n) EN: command ; order ; instruction ; word of command ; direction ; directive ; edict ; fiat FR: ordre [ m ] ; commande [ f ] ; instruction [ f ] ; directive [ f ] คำสั่งมาโคร [khamsang mākhrō] (n, exp) EN: macro instruction FR: macro-instruction [ f ] ; macro [ f ] (abrév.) คำสั่งสอน [khamsang søn] (n, exp) EN: doctrine ; teaching ; instruction ข้อควรประพฤติ [khø khūan praphreut] (n, exp) EN: code of practice ; instruction s ข้อแนะนำ [khønaenam] (n) EN: suggestion ; advice ; piece of advice ; recommendation ; counsel ; instruction ; direction FR: conseil [ f ] ; recommandation [ f ] ; suggestion [ f ] ข้อแนะนำการใช้ [khønaenam kān chai] (n, exp) EN: instruction s ข้อปฏิบัติ [khøpatibat] (n) EN: procedure ; practice ; instruction s ; rules ; directions ; routine FR: procédure [ f ] คู่มือ [khūmeū] (n) EN: handbook ; manual ; instruction book ; guideline FR: manuel [ m ] ; guide [ m ]
教授 [きょうじゅ, kyouju] (n, vs, adj-no) (1) professor; (2) teaching; instruction ; (P) #746 [Add to Longdo] 指示 [しじ, shiji] (n, vs) indication; instruction ; designation; directions; (P) #2,104 [Add to Longdo] 教え(P);訓 [おしえ, oshie] (n) teaching; instruction ; teachings; precept; lesson; doctrine; (P) #2,184 [Add to Longdo] 命令 [めいれい, meirei] (n, vs) (1) order; command; decree; directive; (2) { comp } (software) instruction ; statement; (P) #2,541 [Add to Longdo] 授業 [じゅぎょう, jugyou] (n, vs) lesson; class work; teaching; instruction ; (P) #3,447 [Add to Longdo] 手順 [てじゅん, tejun] (n) process; procedure; sequence; protocol; instruction ; (P) #5,831 [Add to Longdo] 指令 [しれい, shirei] (n, vs) orders; instruction s; directive; command; (P) #6,601 [Add to Longdo] 教示 [きょうじ(P);きょうし, kyouji (P); kyoushi] (n, vs) instruction ; teaching; (P) #13,191 [Add to Longdo] 啓蒙 [けいもう, keimou] (n, vs) enlightenment; instruction ; (P) #13,788 [Add to Longdo] 教訓 [きょうくん, kyoukun] (n, vs) lesson; precept; moral instruction ; (P) #15,864 [Add to Longdo]
シーエーアイ [しーえーあい, shi-e-ai] Computer-Aided Instruction , CAI [Add to Longdo] ゼロアドレス命令 [ぜろアドレスめいれい, zero adoresu meirei] zero address instruction [Add to Longdo] プログラムレジスタ [ぷろぐらむれじすた, puroguramurejisuta] instruction address register, program register, instruction pointer register [Add to Longdo] マイクロ命令 [まいくろめいれい, maikuromeirei] microinstruction [Add to Longdo] マクロ命令 [マクロめいれい, makuro meirei] macro instruction [Add to Longdo] ミップス [みっぷす, mippusu] MIPS (million instruction s per second) [Add to Longdo] 一般命令演算機構 [いっぱんめいれいえんざんきこう, ippanmeireienzankikou] general instruction unit [Add to Longdo] 簡約化命令集合計算機 [かんやくかめいれいしゅうごうけいさんき, kanyakukameireishuugoukeisanki] RISC (Reduced Instruction Set Computer) [Add to Longdo] 機械コード [きかいコード, kikai ko-do] instruction code, machine code [Add to Longdo] 機械語命令 [きかいごめいれい, kikaigomeirei] machine instruction [Add to Longdo]
From The Collaborative International Dictionary of English v.0.48 [gcide]:
Instruction \In*struc"tion\, n. [L. instructio: cf. F.
instruction.]
[1913 Webster]
1. The act of instructing, teaching, or furnishing with
knowledge; information.
[1913 Webster]
2. That which instructs, or with which one is instructed; the
intelligence or information imparted; as:
(a) Precept; information; teachings.
(b) Direction; order; command. "If my instructions may be
your guide." --Shak.
3. (Computers) a segment of coded data that is interpreted by
a computer as a command to perform an operation or series
of operations. The term instruction is applied to both the
electronic form of the data as represented in and executed
by the computer, and to any line of written computer code
which is interpreted as one instruction by a compiler. A
{computer program} is comprised of one or more
instructions.
Note: Instructions as contained in a program are formulated
in a {programming language}, which may be an {assembly
language}, in which one instruction corresponds to one
command executed by the coputer, or in a {higher-level
programming language}, in which one instruction may
represent one of many instructions in {assembly
language}. Higher-level programming languages include,
for example, FORTRAN, ALGOL, ADA, C, "C++", COBOL, and
JAVA; each of these languages have their own
distinctive set of allowable instructions.
Syn: command, statement, line of code, program line.
[PJC]
Syn: Education; teaching; indoctrination; information;
advice; counsel. See {Education}.
[1913 Webster]
From WordNet (r) 3.0 (2006) [wn]:
instruction
n 1: a message describing how something is to be done; "he gave
directions faster than she could follow them" [syn:
{direction}, {instruction}]
2: the activities of educating or instructing; activities that
impart knowledge or skill; "he received no formal education";
"our instruction was carefully programmed"; "good classroom
teaching is seldom rewarded" [syn: {education},
{instruction}, {teaching}, {pedagogy}, {didactics},
{educational activity}]
3: the profession of a teacher; "he prepared for teaching while
still in college"; "pedagogy is recognized as an important
profession" [syn: {teaching}, {instruction}, {pedagogy}]
4: (computer science) a line of code written as part of a
computer program [syn: {instruction}, {command}, {statement},
{program line}]
From French-English FreeDict Dictionary ver. 0.3.4 [fd-fra-eng]:
instruction /ɛ̃stʀyksjɔ̃/
education; directions; instruction
เพิ่มคำศัพท์
ทราบความหมายของคำศัพท์นี้? กด [เพิ่มคำศัพท์] เพื่อใส่คำนี้พร้อมความหมาย เพื่อเป็นวิทยาทานแก่ผู้ใช้ท่านอื่น ๆ
Are you satisfied with the result?
Discussions
บริการ ติดโพย (PopThai)
เป็นบริการเปิดพจนานุกรมอัตโนมัติ โดยผู้ใช้สามารถป้อนข้อความ ทีละประโยค หรือ เป็นหน้าเลยก็ได้ ไม่จำเป็นต้องทีละคำสองคำ
ระบบจะทำการแนบความหมายของคำหรือวลีภาษาต่างประเทศ
(ปัจจุบันสนับสนุน ภาษาอังกฤษ, ญี่ปุ่นและเยอรมัน )
ติดกับเนื้อหานั้นๆ และจะแสดงผลความหมายเมื่อเอาเมาส์ไปวางเหนือคำหนึ่งๆ
ช่วยให้สามารถเข้าใจเนื้อหาของเวบภาษาต่างประเทศได้สะดวกและรวดเร็วยิ่งขึ้น
ความหมายของคำจะปรากฏขึ้นมาเมื่อท่านเอาเมาส์ไปวางบนคำหรือวลีที่มีอยู่ในพจนานุกรม
โดยไม่จำเป็นต้องกดปุ่มใดๆ
ดังตัวอย่างในรูปข้างล่างนี้
คุณสมบัติ / Features
แสดงความหมายของคำโดยอัตโนมัติ เพียงวางเมาส์ไว้บนคำที่ต้องการทราบความหมาย
สนับสนุนเวบหลากภาษา (ปัจจุบัน ภาษาอังกฤษ ญี่ปุ่น และเยอรมัน)
ค้นหาความหมายจากพจนานุกรมหลายชุดพร้อมๆกัน ในฐานข้อมูลของ Longdo ได้แก่
Lexitron2, Hope, Nontri, Longdo อังกฤษ-ไทย, Longdo เยอรมัน-ไทย เป็นต้น
แสดงได้ทั้งความหมายของคำเดี่ยว และคำผสม ได้อย่างถูกต้อง
เช่น Secretary of State=รัฐมนตรีต่างประเทศของสหรัฐฯ (ในภาพตัวอย่าง),
High school=โรงเรียนมัธยมปลาย
แสดงความหมายของคำที่แปรรูปจากคำในพจนานุกรมได้ เช่น
เมื่อวางเมาส์ไว้บนคำว่า executed/abusing ซึ่งไม่มีในพจนานุกรม
เครื่องจะแสดงความหมายของคำว่า execute/abuse ให้โดยอัตโนมัติ
เรียกใช้งานได้ง่ายเพียงกดปุ่ม PopThai บน
Longdo Toolbar
เพื่อแนบความหมายหน้าจอที่เปิดชมอยู่ในขณะนั้น
แก้ไข Link ในหน้าที่แสดง เพื่อให้สามารถเปิดชม Link เหล่านั้นผ่านบริการ PopThai
ได้ทันทีเช่นเดียวกัน
สนับสนุนบราวเซอร์ชั้นนำทั่วไป เช่น Internet Explorer, Firefox, Chrome, Safari, Konqueror, etc.
แสดง Link ให้ผู้ใช้ช่วยป้อนความหมายสำหรับคำที่ยังไม่มีอยู่ในพจนานุกรม
ใหม่: บริการ Vocabulary แสดงสรุปรายการคำศัพท์พร้อมความหมาย สำหรับพิมพ์ออกมาอ่านได้สะดวก
วิธีใช้งาน ให้เลือกตรงตัวเลือกบริการด้านบน ให้เป็น Vocabulary แทน PopThai. (PopThai ในโหมดปกติ จะเหมาะกับการใช้งาน on-line
หน้าจอคอมพิวเตอร็ ส่วนบริการ Vocabulary เหมาะสำหรับท่านที่ต้องการพิมพ์รายการคำศัพท์และความหมายออกมาบนกระดาษไว้อ่าน off-line)
ใหม่: บริการ Pronunciation Guide แสดงคำอ่านของคำใน เว็บ หรือ text ที่ป้อนให้ ข้างบนคำนั้นๆ, นอกเหนือไป
จากการแสดง pop-up ความหมาย. วิธีใช้งาน ให้เลือกตรงตัวเลือกบริการด้านบน ให้เป็น Pronunciation.
ขณะนี้ใช้ได้กับภาษาอังกฤษ (แสดงคำอ่านภาษาอังกฤษ) และภาษาญี่ปุ่น (แสดง hiragana เหนือคันจิ). บริการนี้
ใช้ extension ของ browser ที่ชื่อ Ruby ปัจจุบันมีแค่ IE browser ที่สนับสนุน ถ้าเป็น browser อื่นๆ จะเห็นคำอ่านปรากฎในวงเล็บแทน
วิธีใช้
ท่านสามารถป้อนเนื้อหาหรือ URL ของเว็บไซต์ที่ต้องการให้แนบความหมายนี้ ในช่องใส่ข้อความค้นหาปกติ
หลังจากนั้นเลือกบริการที่ต้องการ (เช่น ถ้าป้อนข้อความ ให้เลือก PopThai (text) ถ้าป้อน URL ให้เลือก PopThai (URL)) ถ้าท่านไม่เลือกบริการ
ระบบจะเดาบริการที่ท่านต้องการ จากข้อความที่ท่านใส่เข้ามา (ว่าเป็นข้อความหรือเป็น URL) โดยอัตโนมัติ,
จากนั้นกด Submit เป็นอันเสร็จ
ในกรณีที่ท่านใส่ URL ระบบจะไปทำการดาวน์โหลดเนื้อหาของหน้านั้นๆ มาและแนบความหมาย พร้อมแก้ไขลิงค์ต่างๆ ให้เป็นผ่านบริการ PopThai เ
พื่อที่ว่าเมื่อท่านกดที่ลิงค์ใดๆ ต่อไปจากเพจนั้นๆ ก็จะมีการแนบความหมายมาให้ด้วยในทันที
เพื่อเพิ่มความสะดวกในการใช้ท่านสามารถใช้ PopThai ผ่าน Longdo Toolbar โดยเมื่อท่านเปิดดูเว็บไซต์ใดๆ อยู่ตามปกติ และต้องการใช้บริการ PopThai สำหรับ
หน้านั้นๆ สามารถทำได้ทันที โดยคลิกที่ปุ่ม PopThai บน Toolbar รายละเอียดเพิ่มเติมโปรดอ่านที่ Longdo Toolbar
คำเตือน ในกรณีของ URL นี้ ถึงแม้ทางผู้ดูแลระบบลองดูจะได้ทำการทดสอบกับหลายเว็บไซต์
แล้วก็ตาม ยังมีบางเว็บไซต์ที่ข้อมูลเวลาที่ระบบไปโหลดมาจะแตกต่างจากที่ท่านเปิดดูโดยใช้ browser โดยตรง โปรดระวังด้วย และไม่ควรใช้กับหน้าเว็บไซต์ที่
ต้องการความถูกต้องสูง)
Problems & TODO
inflected word support (German)
support HTTP POST
other foreign language support (Japanese, French)
เราทราบดีว่าท่านผู้ใช้คงไม่ได้อยากให้มีโฆษณาเท่าใดนัก แต่โฆษณาช่วยให้ทาง Longdo เรามีรายรับเพียงพอที่จะให้บริการพจนานุกรมได้แบบฟรีๆ ต่อไป
ดูรายละเอียดเพิ่มเติม