Yemeksepeti sitesine tarayıcımızdan girelim ve aşağıdaki önceki siparişlere gidelim; https://www.yemeksepeti.com/hesabim/onceki-siparislerim Bu sayfada iken console u açalım. (Mouse ile sağ tık inspect diyip console sekmesine gidebiliriz.) Burada 2 tane script çalıştıracağız ilki scrolun en aşağı inip tüm siparişlerimizi yüklemesi için. Aşağıdaki kod parçaçığı kopyalayın ve console yapıştırın. function pageScroll() {window.scrollBy(0,100);scrolldelay = setTimeout(pageScroll,1);}pageScroll(); 2. çalıştıracağımız kod parçası…Continue reading Yemeksepeti tüm harcamaların toplamı
Ay: Temmuz 2019
Android Run Your Xiaomi Phone
File > Settings > Build,Execution,Deployment > Instant Run > Un-check (Enable Instant Run to hot swap code) way 2: Go to Build –> Clean Project and Run again way 3: For those who use Xiaomi phones, follow these steps: way 4: Run Invalidate caches/restart in android studio
Linux için Node ve Angular Kurulumu
nodejs: curl -sL https://deb.nodesource.com/setup_11.x | sudo -E bash – sudo apt-get install -y nodejs npm install npm@latest -g angular: npm install -g @angular/cli ng –version Angular için yeni proje başlatma new ng project: ng new awesome-project cd awesome-project ng serve –open http://localhost:4200
RestTemplate Kullanımı
Get isteği için; Post isteği için; restTemplate.postForObject(API_URL, requestDto, Response.class);
Java Decompiler
Java kodlarınızı açmak için kullanıcal tool; JD GUI https://github.com/java-decompiler/jd-gui/releases