Skip to content
View in the app

A better way to browse. Learn more.

MSFN

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Callington

Member
  • Joined

  • Last visited

  • Country

    United States

Everything posted by Callington

  1. The backend is used mvc framework, the front-end is a independent vue framework, how to deploy on iis to run?
  2. It is a 7-inch screen that can be portable.
  3. So if I want to create a simple web page for this project myself, what software should I use?
  4. I recently finished a project for an intelligent access control system, because I use ESP32 so I want to make an IoT, my friend recommended me to use wordpress, does anyone have a tutorial for newbies please? Here is a video of the project I created for reference.
  5. The C++ program produces an array, I want to put this array into python to do some operations, and then the data processed by python is returned to the C++ program for further processing. How do I do this?
  6. The Windows 7 flagship user login password is forgotten, using the laomaotao U disk for tutorials.
  7. #include using namespace std; struct node { struct node* head; int date; struct node* later; }; struct node* headnode()//Create table header { struct node* head = new struct node; head->head = head; head->later = head; return head; } //Node struct node* headnode(int dat) { struct node* headnode = new struct node; headnode->date = dat; headnode->head = NULL; headnode->later = NULL; return headnode; } // void print(struct nodehead,int date)//Head insertion method { struct node newhead = headnode(date); newhead->head = head; newhead->later = head->later; head->later->head = newhead; newhead->later = newhead; } void printf(struct node* head)//print { struct node* newnode = head->later; while(newnode != head) { cout << newnode->date << endl; newnode = newnode->head; } } int main() { struct node* head = headnode(); print(head, 44); print(head, 33); print(head, 22); printf(head); cout << "Really hard" << endl; system("pause"); return 0; }
  8. I can't install python on my windows 7 either. I downloaded the corresponding version of python according to the standard of windows 7, but still can't install it.
  9. Hello, I'm Callington, I'm a very amateur engineer and I hope to learn more here and to share what I've learned. Because my computer system is very old, there are many questions I think I need to ask here.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.