All Questions

1
answer

Update in laravel with primary key other than id

I am starting to work with laravel, but the database was already created and in none of the tables the primary key is named id . The roles table has its primary key id_role when trying to do the update it tells me the following...
asked on 31.07.2018 / 16:25
2
answers

How to align the 2 input radio button to the right

How can I align the radio button inputs using semantic ui: body { background-color: #fefefe !important; font-size: 9px !important;} .navbar-nav > li > a { font-size: 13px; } /* PASOS */ .item-flow{ text-align: center;...
asked on 02.05.2018 / 21:53
0
answers

Stop DDoS attack with Apache + Fail2ban

I write because I have a problem that I am not able to solve ... I have a server which receives denial of service attacks from different IPs at times. The vast majority of these attacks I have stopped using Apache + Fail2ban, denying iptables...
asked on 25.02.2016 / 21:16
1
answer

Bluetooth connection with android [closed]

I am working on building a platform that allows to connect via bluetooth and until now I have worked with an AND device but it is very tiring. Does anyone have any suggestions for a device that they can use for this case?     
asked on 03.03.2016 / 21:09
3
answers

Return JSon value in C #

Good morning / afternoon / night SOes, It's been several days since I've been trying to make a statement and I can not hit the key. The topic is the following : I have to add to a Contract depending on which one, a letter in front: "A"...
asked on 09.08.2018 / 14:24
0
answers

WSO2 IS + kerberos external kdc

I am doing a project with WSO2 and I would like to integrate ticket authentication of kerberos by outsourcing this. Is there any way? I know that the identity server of WSO2 includes a server of kerberos , but as I say...
asked on 09.03.2016 / 11:23
1
answer

Change of domain in Wordpress

I recently had an account on wordpress.com for a client's job. Said client bought a tpaf.org domain, now I need my page to go to the address www.tipaf.org and not tipafdot.wordpress.com. I already change my domain by default for the new purchase...
asked on 04.05.2016 / 15:55
2
answers

how can I ask the user to enter two names and two last names, only letters

validacion='' lista=[] while validacion!=validacion: nombres = input('Ingrese nombres completos:') lista=nombres.split(" ") validacion=len(lista) if validacion==4 and nombres.isalpha(): print(nombres) print('¡Solo ingr...
asked on 30.05.2018 / 22:44
1
answer

Read a file with Java Web Start (jnlp)

I have a java application that reads a config.db file, locally it works correctly but when executing it from jnlp it tells me that this file does not exist, in the same way and case they occur with the reports * .jasper config. properties etc....
asked on 29.03.2016 / 17:05
1
answer

How do I modify the values that php brings in json format from angular

<!DOCTYPE html> <html lang="es" ng-app="practica"> <head> <meta charset="UTF-8"> <script type="text/javascript" src="angular.min.js"></script> <title>Document</title> </head> &...
asked on 25.03.2016 / 20:04