All Questions

1
answer

List of users by sharepoint 2013 alert

In my 2013 sharepoint I have incorporated a blog where interested workers can subscribe to alerts to receive notifications for new posts. My question is how to know which users have subscribed to that alert. Thank you.     
asked on 04.08.2016 / 15:16
2
answers

Ajax jquery success: funtion execute a function

success:function(data) { $('#login').val("Login"); if (data=="1") { $(location).attr('href','index.php'); } else { swal("Error", "Datos Icorrectos)", "error"); } } I want to show the fo...
asked on 02.08.2016 / 22:31
1
answer

Problems with Google-Maps in Drupal 7.5

I am working with a template in drupal in which I need to place a map of google maps , install the gmap modules and others that are needed to be able to place the maps. When I place the map on an internal page it works perfectly,...
asked on 04.08.2016 / 05:39
1
answer

Error Could Not Find Method (View), Place Picker Google Api

@Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_user); Toolbar toolbar = (Toolbar) findViewById(R.id.toolbar); setSupportActionBar(toolbar); get_place = (Button)...
asked on 04.08.2016 / 19:06
1
answer

Make modal window wallapop type in ios with swift

I need to know if it is possible to do this modal window: I tried to do it with custom segues but it does not work for me Is there any way to do it with swift ??     
asked on 03.08.2016 / 10:02
1
answer

Turn MySQL server on and off

I want to turn on and off the mysql server through java, this is just an exercise, I used the org.apache.common.exec package to run the command, the only problem is that I can only do it through the daemon with sudo launchctl unload -F /Librar...
asked on 01.08.2016 / 02:35
1
answer

I need to Refresh a View When using onchage in a select. in MVC 4 razor C #

I have a problem with the use of a select class="selection-box large-select" name="drop" id="drop"onchange="rut()"> which I am using it to send its value to a [HttpPost] public ActionResult MiPerfil(string pRutIn) { pFecha...
asked on 16.09.2016 / 17:43
2
answers

Convetir nvarchar to datetime

I have a table with many records, when the table was created a type field nvarchar was used to store the date and time (I do not know why datetime was not used) the case is that I need to convert those values into datetime...
asked on 29.07.2016 / 17:09
1
answer

hashtable classes and hashMap help! [duplicate]

I must implement a system for viewing and updating student data. At the beginning the system must load the data of the file students.txt and show the following menu: See data Search Student Exit To carry out this project, what is th...
asked on 07.08.2016 / 03:42
1
answer

How can I pass this to a lambda expression?

I want to do this in a code that only takes one line, who can help me would be great. long processSize = 0; Process bProcess = null; foreach (var process in Process.GetProcessesByName(name).Where(x => x.PagedMemorySize64 > processSize))...
asked on 08.08.2016 / 21:43