Posts by Eduardo • 68 points
6 posts
-
1
votes0
answers27
viewsQ: Nhibernate keep two Mapping for a single object
i would like to keep two different mappings for a single object is possible to do this with Nhibernate?
-
0
votes1
answer48
viewsQ: Problem with php code to send simultaneous messages to the database!
I’m trying to create a code covers send messages between users of a system in php, the problem and I can send the message from one user to another but wish it was possible to send to all users, or…
-
1
votes4
answers2028
viewsA: Side by side in Bootstrap, jumping line
At first, the problem is when your query results in a title with 2 lines and another with 1 only, it causes misalignment and ends up making you skip a line. You have some options to solve: Create a…
twitter-bootstrapanswered Eduardo 68 -
0
votes0
answers451
viewsQ: Saving txt files with c++
I am trying to create a program that saves data stored with hash in 4 different txt files, depending on the index of the hash it chooses the file to save. example: hash índice 0 = txt_0.txt hash…
-
0
votes1
answer496
viewsA: Open www with Apache2
You should check the following items PC ports so I saw this using the 80, Skype uses the same check if she is no longer busy. (by default you need port 80, and port 443 for Mysql) Firewall is a…
-
3
votes1
answer102
viewsQ: Problem with handling txt files in C++
I am developing a C++ program that should read the keyboard data store them with hash, after performing the reading it must have in its main menu the save option. I can read the save files using the…