Posts

Showing posts from May, 2018

Verwenden Sie die App ,,Winkel Zeichnen" (,,Draw An Angle''), um einen Winkel für den technischen oder mechanischen Job zu zeichnen. [DE]

Image
Verwenden Sie die App ,, Winkel Zeichnen'' (,,Draw An Angle"), um einen Winkel für den technischen oder mechanischen Job zu zeichnen. [DE] Manchmal müssen Sie mit Winkel für Ihre technische oder mechanische Arbeit arbeiten. Eine Aufgabe wie Rohrbiegen, ein Winkel des Hängers oder etwas ähnliches. Es gibt eine Android-App namens '' Zeichnen Sie einen Winkel ''. Es wurde speziell entwickelt, um Ihnen bei diesen Aufgaben zu helfen.    Öffnen Sie einfach Ihre Google Play App und suchen Sie dann einfach ,,Winkel Zeichnen" (,,Draw An Angle'') oder klicken Sie auf diesen Link https://play.google.com/store/apps/detailsid=com.nristek.apps.drawanangle   Dann installiere die App    Erstens, wenn Sie die App öffnen. Die Hauptmenüs werden angezeigt. Sie können Ihr Werkstückbild aus Ihrer Galerie Ihres Smartphones auswählen oder ein Bild machen und dann weiter arbeiten. Zum Beispiel sind Sie auf der Baustelle oder am Arbeitsplatz und

Use “Draw An angle” app to draw an angle on Technical or Mechanical job. [EN]

Image
Use “Draw An angle” app to draw an angle on Technical or Mechanical job.[EN]    There are sometimes you need to work with angle for your technical or mechanical job. Some task like pipe-bending, an angle of hanger or something like that. There is an android app called ‘’Draw an angle’’. It was designed especially to help you on those task.    Just open your google play app and then easily search ‘’Draw An angle’’ or click this link https://play.google.com/store/apps/detailsid=com.nristek.apps.drawanangle   then install the app    Firstly, when you open up the app. The main menus will appear. You can select you work piece image from your gallery of your smartphone or take a picture and then work with then further. For example, you are at the site construction or a workplace and want to know the angle of your work piece. You may first take the picture of it. (Select ‘Take photo’’ menu from the app) Now, you can start to draw an angle on your photo. The f

We should monitor the memory when simulate our app.

Image
I have faced a problem during coding my android app. It was crashed when simulating on my actual device. Beside, reading an error or an exception on ‘logcat’. We may need to monitor it as well. (Just click at Android -> Monitor to monitor your usage of Memory, CPU or network) I have found that my app’s problem occurred from much usage of memory that came from I have not sampled my image size properly. So, this feature of android studio could be very useful.  We can working something more with this Memory monitoring like we can test to cause a ‘Gabage collection’ event and see – does our app still working properly when garbage collection occurring?  By just pressing this button  (Press ‘initiate GC’ button to manual cause some garbage collection) It sounds as easy as calling your gentle garbage man to pick you garbage up even you have none of them. We may want to see more detail about memory usage by pressing the ‘Dump Java Heap’ button  (P

Logic thinking to solve a problem that occurred on unfamiliar system

Image
Logic thinking to solve a problem that occurred on unfamiliar system.       I have a chance to migrate a customer’s firewall in Brisbane, Australia. The customer also need to change his service provider at the same time. To change their service provider, it means their public ip address will be changed as well. This task was belong to the third-party which we had to work with them, to wait them finish their job and then we go on migrate the firewall. After, we finished with the migration. We tested the system. Did the VPN over there working? Can they travel through the VPN tunnel to connect their HQ? Was the tunnel stable enough?  Did the Failover working? Did their DNS also functional? And so on.      Everything were seems alright but there was one problem exist. It was user’s E-mail system.  Please share me your way of thinking to solve this problem. I have presentiment that it was certainly the changed public IP address. By the way, we need to make it clearer and prove unt