නියමයි bro . මේක දිගටම කරමු , ගොඩක් අයට මේක වැදගත් වෙයි
Best posts made by root
-
RE: C Programming මුල සිට ඉගෙනගනිමු (part 5 - create simple applications)
-
RE: how to get files by its name,which are uploaded to a folder
if you want to scan the folder check below article
https://medium.com/stackfame/get-list-of-all-files-in-a-directory-in-node-js-befd31677ec5
-
RE: how to make an email subscription to my blogger site
@ChrisSachintha
check this article on blogger helper
https://helplogger.blogspot.com/2012/06/how-to-add-email-subscription-form-to.html?m=1
-
RE: IONIC HELP
මචන් මේ service එකේ තියෙන http request එක promise එකක් විදියට දාන්න
getOrdersStorage(){ const data = await this.storageService.get('access_token'); const headers = new HttpHeaders({ Authorization: `${data.token_type} ${data.access_token}` }); return new Promise(resolve => { this.http.get(`${environment.apiUrl}/rider/pending/${data.business_id}/${data.user_id}`, { headers: headers }) .subscribe( data => {resolve(data)}, error=> { console.log(error ); } ) }) }
Page එක ඇතුලේ
this.orderService.getOrdersStorage() .then( data => this.handleSuccess(data) ).catch(()=>{ console.log("catched") } )
handleSuccess(data) { //request success function එක }
-
RE: C Programming මුල සිට ඉගෙනගනිමු (part 6 - Decision making(if-else statement - part 1))
Niyamai bro. @ciaompe meke parts tika ookoma FB page eke danna
-
RE: IONIC HELP
Asynchronous functions ගොඩක් කරදරයි use කරන්න මොකද ඔයාට බලන් ඉන්න වෙනවා function එක ඉවරවෙනකම් අනිත් function එක run කරන්න , Promise එකක stages 3ක් තියෙනවා මේකෙදි ඔයාට errors handle කරන්න පුළුවන් ගොඩක් ලේසියෙන් ඔයා දැන් use කරන method එකට වඩා, මේ error handling එක ගොඩක්ම සමානයි synchronous try/catch එකකට මේක ගැන වැඩි විස්තර දැනගන්න Javascript Promise ගැන කියවන්න.
ඔයාගේ මේ process එකට හරියන්නේ Promise එකක් එත් හැම එකටම Promise use කරන්නත් බැ. Async/Await use කරන්න ඕනෙම වෙලාවලුත් තියෙනවා
-
RE: not found in dynamic link library api ms win crt runtime i1-1-0.dll
On Windows 7
Click Start
Type Updates
Choose Windows Updates
Choose Check for Updates
Install the Updates, and Reboot the PC.The one we are looking for through Windows Update is the Universal CRT Update KB2999226 which can also be downloaded and installed as a stand alone package from (here).
For Windows 7 Only:
If the issue is still not resolved on Windows 7 after running the updates and install the KB2999226 manually, then follow these steps:Hold the Windows Key and Press R. In the Run Dialog, type cmd and Click OK.
In the command prompt window, type net stop wuauserv
Then type ren c:\windows\SoftwareDistribution\WuRedir WuRedir1Then run the Windows Update again, reboot multiple times and check to make sure that all the updates are installed.
-
RE: Flutter Developer for build IOS & Publish
@dev_lak this guy can do, send him a PM
-
RE: not found in dynamic link library api ms win crt runtime i1-1-0.dll
@ChrisSachintha your welcome
-
RE: Django Series part 01 සිංහලෙන්
superb bro. 2nd part ekath one ikmanata
-
RE: php form එකක තියෙන variable එකක් තව multiple pages වලට යවන්නේ(පෙන්නන්නේ) කොහොමද php වලින්.
Machan meka karanna puluwan JavaScript ajax request ekakin.
-
RE: Envato Market 11GB Premium Downloads
don't post any Warez contents bro. sorry about that.
-
RE: Portable and lightweight cross platform application development framework from SL
Awesome. Made with <3 in Sri Lanka