วันจันทร์ที่ 14 กันยายน พ.ศ. 2558

ไดรฟ์ C เต็มโดยไม่ทราบสาเหตุ

วันนี้ได้พบปัญหา คือ ไดรฟ์ C: เต็มโดยไม่ทราบสาเหตุ
    ฮาร์ดดิสขนาด 500GB แบ่งเป็น 3 ไดรฟ์ โดยไดรฟ์ C: จะมากกว่าเพื่อน โปรแกรมติดตั้งก็ไม่มีอะไรมากแค่โปรแกรมพื้นฐานทั่วไป จากที่ได้กระทู้ต่างๆ นานา ให้ลบคุกกี้บ้าง ใช้ Cclenner บ้างก็ไม่สำเร็จฟ้องว่า ฮาร์ดดิสเต็ม อยู่นั่นและ ไม่รู้ทำไหงก็ลองหาโฟล์เดอร์ตรงไหนมันใหญ่ หาอยู่ได้สักพักไปเจอไดร์ฟขนาดมันใหญ่มากเท่าตัวกับขนาดของไดรฟ์เลย ซึ่งมันจะอยู่ในไดรฟ์ C:--User--DataApp ซึ่งเราต้องเปิด ไม่ให้ซ้อนไฟล์หรือโฟล์เดอร์ซึ่งใครๆ ก็รู้อยู่แล้ว ถ้าหากใครยังไม่รู้ก็ทำตามนี้นะครับ
Mycomputer -->Organize-->Folder and search option





















จะแสดงหน้าต่าง Folder Optin แล้วให้เลือกแท็ป View แล้วเลือกปุ่ม Option Show hidden file,Folder,and drives ตามรูปนะครับ



หน้าต่างที่ข้อมูลจะเต็มก็เป็นแบบรูปนี้และครับ สามารถลบออกได้เลย ครับ



วันอังคารที่ 23 ธันวาคม พ.ศ. 2557

จำนวนเป้าหมายฉีดวัคซีน dTC พร้อมผลงานและค่าร้อยละ

select village.villno as villno ,village.villname as villname,
count(distinct p.pid) as pop,
count(distinct case when visitepi.vaccinecode = 'Dtc' then visitepi.pid else null end) as ผลงาน,
concat(round(count(distinct case when getAgeYearNum(p.birth,current_date)between '20' and '50' and visitepi.vaccinecode = 'Dtc' then p.pid else null end)*100 / count(distinct case when getAgeYearNum(p.birth,current_date)between '20' and '50' then p.pid else null end),2),' %') as 'ร้อยละ'
from person p
inner join house on p.hcode = house.hcode and p.pcucodeperson = house.pcucode
inner join village on house.villcode= village.villcode and villno <> '00'
left join visitepi on p.pcucodeperson = visitepi.pcucodeperson and p.pid = visitepi.pid
and dateepi between '2014-10-01'and '2015-09-30'
where getAgeYearNum(p.birth,current_date)between '20' and '50' and p.typelive in ('1','3')
group by villno,villname


Cr.ลุงหนวด หมออนามัย

รายชื่อคนที่ไม่ได้รับการคัดกรอง ncd 58 (ไม่มีกลุ่มป่วย)

select concat(ctitle.titlename,person.fname,' ',person.lname)as pname,
person.birth as pbirth,
GetAgeYearNum(person.birth,'2014-10-01')as age,
person.idcard as pcid,
person.hnomoi as hno,
person.mumoi as mu
from person inner join ctitle on person.prename = ctitle.titlecode
inner join house on person.pcucodeperson = house.pcucode and person.hcode = house.hcode
inner join village on house.pcucode = village.pcucode and village.villcode = house.villcode
where person.typelive in ('1','3') and GetAgeYearNum(person.birth,'2014-10-01') >= '35'
and SUBSTRING(house.villcode,7,2)<>'00' and person.pid not in (select ncd_person_ncd_screen.pid
FROM ncd_person_ncd_screen where ncd_person_ncd_screen.screen_date between '2014-10-01' and '2015-09-30' )
and CONCAT(person.pid,person.pcucodeperson) not in (select concat(persondeath.pid,persondeath.pcucodeperson)
from persondeath where persondeath.deaddate <= CURRENT_DATE)and concat(person.pid,person.pcucodeperson)
not in (select concat(personchronic.pid,personchronic.pcucodeperson)from personchronic where personchronic.chroniccode like'E1%' or(personchronic.chroniccode like'I1%'))
order by village.villno

วันพฤหัสบดีที่ 13 มีนาคม พ.ศ. 2557

วิธีแก้ IDM ฟ้องขึ้นมา Fake Serial ตลอด

วิธีแก้ IDM ฟ้องขึ้นมา Fake Serial ตลอด


ฟ้องข้อความประมาณนี้ ครับรู้สึกว่ามันรำคาญจริงๆ .... มีวิธีแก้ นะครับ
1.ไป Start ---> ในช่อง Search แล้วพิมพ์คำว่า Run----> แล้วกด Enter จะขึ้นดังรูป


2.พิมพ์ในช่อง คำว่า Regedit แล้วกด Enter จะขึ้นดังรูป 


3.จากนั่นให้เลือก ที่ HKEY_CURRENT_USER เลือกที่ Software เลือกที DownloadManager 
4.หาคำว่า CheckUpdtVM เมือเจอคำนี้ แล้วคลิกขวา Modify... ช่อง Value_data ให้คุณใส่เลข 0 ลงไป จากนั่นคลิกโอเค ... เป็นอันว่าเสร็จเรียบร้อยครับ

วันเสาร์ที่ 8 มีนาคม พ.ศ. 2557

วันพฤหัสบดีที่ 27 กุมภาพันธ์ พ.ศ. 2557

รายงานเสริมสำหรับ JHCIS

รายงานเสริมสำหรับดูรายงาน เชื่อมกับฐานข้อมูล JHCIS คลิกดาวน์โหลด
ขั้นตอนการติดตั้ง 
1.ลงเว็บเซอฟเวอร์ Appserv ก่อนนะครับ คลิกดาวน์โหลด
2.แตกไฟล์ hoc1.rar ไว้ใน C:\AppServ\www แค่นี้ก็เป็นอันว่าเสร็จ
3.วิธีการเรียกใช้งานดูรายงาน  http://localhost/hoc หรือ http://127.0.0.1/hoc  Enter จะแสดงหน้าต่างเหมือนตัวอย่างนี้ ครับ


วันอาทิตย์ที่ 23 กุมภาพันธ์ พ.ศ. 2557

ปรับแรม JHCIS ให้เหมาะสมกับเครื่อง

ขั้นตอน 1 เข้าไปที่ Start-->Control panel-->คลิกที่ JAVA-->ไปเลือกแท็ป JAVA-->เลือก View-->ใส่ในช่อง Runtime Paramiters ให้ใส่ค่า ดั้งต่อไปนี้

ขั้นตอนที่ 2
เครื่องที่มี RAM 512 MB   พิมพ์ -Xms128m -Xmx196m เข้าไปที่ Java Control Panel
เครื่องที่มี RAM 1GB (1024MB) พิมพ์ -Xms256m -Xmx384m เข้าไปที่ Java Control Panel
เครื่องที่มี RAM 2GB (2048MB) พิมพ์ -Xms512m -Xmx1024m เข้าไปที่ Java Control Panel

คลิก OK แล้วก็ OK อันเป็นเสร็จพิธี..