List file create order by abc <?php // *** requires PHP5 *** // search for jpg files $filter = “.mp3”; // path to the directory you want to scan $directory = ‘./audio’; $it = new RecursiveDirectoryIterator(“$directory”); foreach( new RecursiveIteratorIterator($it) as $file) { if (!((strpos(strtolower($file), $filter)) === false)) { $items[] = preg_replace(“#\\\#”, “/”, $file); } }..
Read moreBạn đang làm việc với nhiều thiết bị như iPhone, Android và Web rồi đi xem một bài giải thích bạn làm thế nào để phát triển một API RESTful trong PHP. Chuyển giao trạng thái biểu hiện (REST) là một hệ thống Phần mềm để phân phối dữ liệu cho các loại ứng dụng..
Read moreHTML code: <canvas id=”canvas”></canvas> <div id=”reMenu”> <h1 id=”snake2″>Snake</h1> <p id=”info2″>Game Over</p> <a href=”javascript: void(0)” id=”restart” onclick=”reset()” >Restart</a> <a href=”#” id=”tweet” target=”_blank” rel=”nofollow”>Tweet My Score</a> </div> <div id=”menu”> <h1 id=”snake”>Snake</h1> <p id=”info”>by <a target=”_blank” rel=”nofollow” href=”http://twitter.com/SolitaryDesigns”>Kushagra Agarwal</a></p> <a href=”javascript: void(0)” id=”start” onclick=”init()” >Start</a> <p id=”loading”>Loading…</p> </div> <p id=”score”>Score: 0</p> <!– Audio –> <audio id=”main_music” loop> <source..
Read moreDeclare @SQLQuerry nvarchar(255) Declare @dbname nvarchar(255) Declare @CrsrVar Cursor Set @CrsrVar = Cursor For SELECT name FROM sys.databases where name not in (‘tempdb’,’distribution’,’master’,’model’,’msdb’,’ReportServer’,’ReportServerTempDB’) Open @CrsrVar Fetch Next From @CrsrVar into @dbname While(@@FETCH_STATUS = 0) Begin — Truncate the log by changing the database recovery model to SIMPLE. SET @SQLQuerry = ‘USE [‘ +@dbname +’];ALTER DATABASE..
Read moreKhi bạn sử dụng Outlook 2010 hoặc Outlook 2007 để gửi thư email, người nhận thư sẽ thấy một tệp đính kèm có tên Winmail.dat Mô tả sự cố Khi bạn sử dụng Microsoft Office Outlook 2010 hoặc Microsoft Office Outlook 2007 để gửi thư email, người nhận thư sẽ thấy một tệp đính kèm..
Read morePin máy tính laptop dùng lâu ngày sẽ bị chai tuy nhiên để xác định được pin bị chai bao nhiêu thì thường chúng ta sẽ cần tới phần mềm hoặc tự ước lượng trong quá trình sử dụng. Tuy nhiên có một cách đơn giản mà chính xác giúp bạn xác định được mức..
Read more Để làm được như hình trên, bạn cần cài một app nhỏ tên là NetSpeedMonitor. Ưu điểm của nó là chạy không rườm rà, không tốn nhiều diện tích màn hình, rất nhẹ. Tuy công cụ này đã bị tác giả ngừng phát triển khá lâu nhưng vẫn sử dụng tốt trên Windows 10..
Read moreMicrosoft theo dõi bạn như thế nào? Thông qua Network Connectivity Status Indicator: Mỗi khi bạn khởi động máy tính, một test kết nối bạn sẽ được chạy tự động để kiểm tra kết nối Internet có khả dụng hay không Máy tính thực hiện kết nối request tới một text file trên NCSI Server của Microsoft (..
Read moreWhen you buy a cheaper laptop you may have Windows 8 Single Language installed on it, which means there is a preinstalled interface language (or sometimes a few languages) and there is no official way to change them as you would in Windows 8 Core (the regular Windows 8). This is similar to what happens..
Read moreDozens of video sharing sites may offer streaming video that plays back in higher quality than YouTube, but if you want eyeballs (and millions of them), then Google’s monstrously popular YouTube is the place to be. For a long time, all you could do with YouTube as a web publisher was embed its hosted videos..
Read moreThe following process has been tested and confirmed working with Google Chrome 11 and ConfigMgr / SCCM R2. It does the following tasks: Install Google Chrome silently Set Google Search as the default search engine Set Google Australia as the default home page Does NOT set Google Chrome as the default browse No ‘Getting Started’..
Read more
[WP] W3 Total Cache settings with Cloudflare GUIDE
W3 Total cache is a WordPress Performance Optimization framework that is designed to improve user experience and page speed. It is recommended by many web hosting providers, and used by countless major websites such as mashable.com as well as many others. W3TC improves the user experience of your site by increasing web server performance by reducing..
Read more